do coroutines always need a thread pool, even if a...
# coroutines
c
do coroutines always need a thread pool, even if all methods that i call use non blocking io? (I’m trying to convert some code from completable futures, and it all runs in the io thread)