Do coroutines in Kotlin have a netpoller like go d...
# coroutines
e
Do coroutines in Kotlin have a netpoller like go does? or do they only ‘context switch’ when they encounter a suspend function? (i.e. not most IO in the JDK)