AsyncQueue constructor Null safety
initialize normal queue
which require user to explicitly call start() in order to execute all the jobs in the queue
Implementation
AsyncQueue();
initialize normal queue
which require user to explicitly call start() in order to execute all the jobs in the queue
AsyncQueue();