Join Slack
Powered by
<@U0BRK9HC5> commented on <@U6BRLED33>’s file <htt...
# coroutines
u
user
01/15/2018, 2:31 AM
@gildor
commented on
@eddy_wm
’s file
https://kotlinlang.slack.com/files/U6BRLED33/F8SS29YLD/only_3_coroutnes_run_concurrently_in_some_cases_.kt
: You shouldn’t lock CommonPool. For locking operations create a separate dispatcher. You should always explicitly use separate dispatcher for blocking operations or use non-blocking API (like delay() instead of Thread.sleep())
Only_3_coroutnes_run_concurrently_in_some_cases_.kt
2
Views
Open in Slack
Previous
Next