Closed brson closed 11 years ago
Hi there, I'd be interested in working on this project as part of a dissertation, should I drop you (and/or anyone else) a mail about this?
I don't think that now is the time for this project. There's too much churn going on in the Rust runtime and there are going to be several interns working on Rust concurrency issues through the summer.
@brson Do you think the Rust runtime is stable enough now?
Actually, there are now several actor libraries for Rust, so I'd keep this issue closed.
@Yoric are you talking about these two?
Yes, these two and https://github.com/jonathandturner/actress
Rust has a lot of powerful concurrency tools, but they aren't packaged up into a high-level, consistent interface.
Things that would be great in an actor library:
Take inspiration from Scala, Akka and Erlang.
See also: 3573