Coroutines cluster

Are there any plans to implement something like Akka Cluster based on coroutines?
Or is it out of scope for kotlinx.coroutines?

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.

2 Likes