AsyncQueue constructor Null safety

AsyncQueue()

initialize normal queue

which require user to explicitly call start() in order to execute all the jobs in the queue

Implementation

AsyncQueue();