 | LinkedBlockingQueueTPop Method |
Pops an item off the queue. If there is nothing on the queue
the call will pend until there is an item on the queue.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
SyntaxReturn Value
Type:
T[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.LinkedBlockingQueue`1.Pop"]
Implements
IBlockingQueueTPop
See Also