As I said, CommonPool has only `availableCpuCount ...
# coroutines
g
As I said, CommonPool has only
availableCpuCount - 1
threads, so you can run only few threads in parallel. It’s bad to use CommonPool for locking operations, better to have separate Coroutine dispatcher for that