<@U0BRK9HC5> commented on <@U822EMCSH>’s file <htt...
# coroutines
u
@gildor commented on @albertgao’s file https://kotlinlang.slack.com/files/U822EMCSH/FA23YBH2P/-.groovy: Also
bg
function is not good choice for IO.
bg
uses own fixed thread pool (
2 * availableProcessors()
), so it make some sense, but usually for network you need more flexible thread strategy and also no sense to limit number of threads by CPU for IO