Mozilla-Student-Projects / Projects-Tracker

Keep tracks of Firefox/Thunderbird/Firefox OS features that can/should/will be implemented as add-ons/apps.
66 stars 19 forks source link

Create a Rust actor library #36

Closed brson closed 11 years ago

brson commented 12 years ago

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

donbrowne commented 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?

brson commented 11 years ago

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.

ysangkok commented 8 years ago

@brson Do you think the Rust runtime is stable enough now?

Yoric commented 8 years ago

Actually, there are now several actor libraries for Rust, so I'd keep this issue closed.

ysangkok commented 8 years ago

@Yoric are you talking about these two?

Yoric commented 8 years ago

Yes, these two and https://github.com/jonathandturner/actress