Next: container nodal-tree, Previous: config load, Up: Top
A asynchronous queue can be used to safely send messages from one thread to another.
Create a new asynchronous queue.
Enqueue elt into q.
Dequeue a single element from q. If the queue is empty, the calling thread is blocked until an element is enqueued by another thread.