A trick question: how does `CommonPool + Coroutine...
# coroutines
v
A trick question: how does
CommonPool + CoroutineName("hi")
behaves? Does it allocate new threads (if yes, how many) or reuses threads from
CommonPool
? How come?
v
CoroutineName
is context marker for debugging. It doesn’t affect neither dispatchers in general, nor
CommonPool