<@U1TCY49GT> A `CommonPool`, that is used by defau...
# coroutines
e
@dstarcev A
CommonPool
, that is used by default, does not create threads either when you use
async
. It is using shared thread pool. One for everybody.