riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

using the type alias Sender in place of Option<BasicActorRef> #115

Closed leenozara closed 4 years ago

leenozara commented 4 years ago

Sender is encouraged over underlying Option<BasicActorRef>.