Optional frontReturns the first item of this Queue, or undefined if empty.
Optional options: AbortOptionsAdds an item to this Queue.
Optional options: AbortOptionsRemoves and returns the first item of this Queue, or undefined if empty.
Optional options: AbortOptionsGenerated using TypeDoc
A queue data structure.