Comment by sshine
1 year ago
I use (custom-made) actors and (Tokio) channels a lot, and I build them with async.
I do make separate threads when necessary (e.g. to encapsulate blocking I/O).
It can approximate an Erlang experience.
But with a lot more boilerplate and lack of good actor library patterns.
No comments yet
Contribute on Hacker News ↗