QueueStatus.SUCCESS if an item was popped,
QueueStatus.CLOSED if the queue is closed and empty.
QueueStatus pop(out WorkItem item) @trustedPop a work item from the queue, blocking if empty.
item | Output parameter to store the popped item. |
QueueStatus.SUCCESS if an item was popped,
QueueStatus.CLOSED if the queue is closed and empty.