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

Removed duplicate ActorRefFactory impl #51

Closed hardliner66 closed 5 years ago

hardliner66 commented 5 years ago

ActorRefFactory is implemented twice. Once for ActorSystem and once for &ActorSystem. Because the implementations are exactly the same, i think the second one is not needed.

leenozara commented 5 years ago

Nice spot, thanks. I've merged this and will be pushed in the next release.