Just use `async(start = false) {...}` from `kotlin...
# coroutines
e
Just use
async(start = false) {...}
from
kotlinx.coroutines
. That is it with way better impl (support cancellable await).