BlockingQueue.pop

Pops a single item off the front of the queue. Throws an exception if the

  1. T pop(Duration timeout)
  2. T pop(bool block)
    class BlockingQueue(T)
    T
    pop
    (
    bool block = true
    )
  3. T pop()

Meta