Join Slack
Communities
Powered by
Take a look at this example. It handles many clien...
# coroutines
u
uli
10/20/2017, 8:17 PM
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
Open in Slack
Previous
Next