You are currently viewing Anyone using any Actor Frameworks for Kotlin?

Anyone using any Actor Frameworks for Kotlin?

Coming from an Erlang background, I am trying to find something close to Actors in Kotlin,

https://github.com/AsynkronIT/protoactor-kotlin

https://github.com/puniverse/quasar

The above seem interesting though they seem to be not maintained anymore. I do know about Akka(more Scala) but it has no pre-emptive scheduling which is a deal breaker.

I see Kotlin has some inbuilt support for actors, but I can’t seem to find anything related to storing and referencing actors through process Ids. Any direction here would be helpful

submitted by /u/dashyper
[link] [comments]