rkuhn / acto

Actor library for Rust
26 stars 3 forks source link

expose whether actor is terminated via ActoRef and ActoHandle #6

Closed rkuhn closed 2 years ago

rkuhn commented 2 years ago

Sending may fail, in which case the sender may want to know whether the actor is still alive, so that a retry makes sense.