Whats the current state of Actors? it seems to ha...
# coroutines
r
Whats the current state of Actors? it seems to have been deprecated for some years now, any news on when we will see the new APi?
k
An actor is little more than a channel and an asynchronous job. What's your use case that isn't serviced by those two things?
r
No issue, was wondering because it had been marked as obsolete for a couple of years now
👍 1
r
If you need a more expressive actor implementation on top of coroutines, check out my library https://github.com/rcardin/kactor