Take a look at this example. It handles many clien...
# coroutines
u
Take a look at this example. It handles many clients, using non-blocking io on a limited number of threads using a sequential programming style: https://github.com/Kotlin/kotlinx.coroutines/blob/master/integration/kotlinx-coroutines-nio/src/test/kotlin/examples/echo-example.kt