async_queue
async_queue
AsyncQueue
isClosed property
isClosed
isClosed
property
Null safety
bool
isClosed
true if the queue is closed, no more job can be added
Implementation
bool get isClosed => _isClosed;
async_queue
async_queue
AsyncQueue
isClosed property
AsyncQueue class
Constructors
AsyncQueue
autoStart
Properties
hashCode
isClosed
runtimeType
size
Methods
addJob
addJobThrow
addQueueListener
clear
close
getJobInfo
list
noSuchMethod
retry
start
stop
toString
Operators
operator ==