elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
217 stars 12 forks source link

Implement intrusive mailbox #127

Closed loyd closed 2 months ago

loyd commented 3 months ago

It's better to start the review with mailbox.rs, then message/repr.rs, message/any.rs, and envelope.rs.

Closes #52