Join Slack
Powered by
As I said, CommonPool has only `availableCpuCount ...
# coroutines
g
gildor
11/15/2017, 8:09 AM
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
Open in Slack
Previous
Next