Are there any plans to implement something like Akka Cluster based on coroutines?
Or is it out of scope for kotlinx.coroutines?
Coroutines cluster
xap4o
#1
elizarov
#2
We don’t plan to work on that in Kotlin team in the near future, but we hope that somebody from community will capitalise on the power of Kotlin coroutines that make actor-mode-style programming really straightforward with non-blocking sends and receives.