Kotlin coroutine actors are marked @ObsoleteCorout...
# coroutines
r
Kotlin coroutine actors are marked @ObsoleteCoroutinesApi , does this mean there is plans to replace it with something in the future?
a
z
if you have a need to avoid experimental/obsolete APIs, you can simply create a channel to send messages to and launch a coroutine that observes it
r
Yea, true. I was just what the future plan for it was. its been obsolete for awhile now lol
o
I think it's just because the coroutines team tackles one thing at a time. Flows just pretty much wrapped up, I think IO2 is next, and then maybe actors (don't have any sources on this, just what I recall)