is there something preventing actors from being in...
# coroutines
j
is there something preventing actors from being included in multiplatform channels?
v
we don’t like its design and want to deprecate it, replacing with “better” alternative which will be available from common module
j
thanks!
d
This https://github.com/Kotlin/kotlinx.coroutines/blob/actors-prototype/core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/actors/CrawlerExample.kt is going to deprecate the existing actor model? I wonder if anybody wouldn't like seperating the actor to it's own class, the current implementation makes a big mess in my code and is just very confusing... good thing to deprecate it. 🙂
g