https://kotlinlang.org logo
#coroutines
Title
# coroutines
r

rkeazor

11/07/2023, 12:40 AM
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

kevin.cianfarini

11/07/2023, 1:32 AM
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

rkeazor

11/07/2023, 4:41 AM
No issue, was wondering because it had been marked as obsolete for a couple of years now
👍 1
r

Riccardo Cardin

11/08/2023, 6:05 AM
If you need a more expressive actor implementation on top of coroutines, check out my library https://github.com/rcardin/kactor