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

ActorSystem::when_terminated initial implementation (#58) #76

Open aav opened 4 years ago

aav commented 4 years ago

Hello,

this pull request provides the initial implementation for the _ActorSystem::whenterminated function, as it was proposed in the issue (#58).

aav commented 4 years ago

It looks like Travis hanged due to the race described in the ActorSystem::shutdown function. As I can see, this happens from time to time.

olexiyb commented 4 years ago

merged into actors.rs