only beef after reading through it is claiming cor...
# announcements
c
only beef after reading through it is claiming coroutines could support actors is a little absurd..
e
There is an actual actor implementation based on Kotlin coroutines in kotlinx.coroutines project. It is quite basic, but well suited for many tasks. See here for details: https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md
👍 2