<@U0BRK9HC5> commented on <@U6BRLED33>’s file <htt...
# coroutines
u
@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())