dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
BlockingQueue.pop
dcord
util
queue
BlockingQueue
Pops a single item off the front of the queue. Throws an exception if the
T
pop
(Duration timeout)
T
pop
(bool block)
class
BlockingQueue
(T)
T
pop
(
bool
block
= true
)
T
pop
()
Meta
Source
See Implementation
dcord
util
queue
BlockingQueue
constructors
this
functions
pop
setSize
wait
Pops a single item off the front of the queue. Throws an exception if the