Hacker News new | ask | show | jobs
by thelittlenag 1985 days ago
Take a look at ZIO Actors (https://zio.github.io/zio-actors/).
1 comments

Thanks for the pointer, wasn't aware ZIO had an actor implementation. My interest was the inversion, though, which is “Could you make a (more or less) drop-in replacement for Future/IO/Task/ZIO that implements not just concurrency, but distributed concurrency using actors” (Where the actors could be Akka, ZIO, etc.).