https://kotlinlang.org logo
Title
o

oshai

10/20/2018, 8:58 PM
I am thinking about writing actors library, do you think it is required?
Or is it something JetBrains are working on?
d

Dominaezzz

10/20/2018, 9:49 PM
Although the issue may not make it very clear, if you look at the documentation for
actor
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/actor.html at the bottom there is a note, saying they'll replace the function with something more complex. So they are indeed working on it.
k

kevinherron

10/21/2018, 6:07 AM
@dave08 I think that branch is obsoleted by this one: https://github.com/Kotlin/kotlinx.coroutines/commits/typed-actors
👍🏼 1
the typed actors stuff looks good so far. I’m looking forward to its inclusion after 1.0
o

oshai

10/21/2018, 6:19 AM
ok