LeonHartley / Coerce-rs

Actor runtime and distributed systems framework for Rust
713 stars 23 forks source link

Dropping `coerce::actor::scheduler::timer::Timer` does not stop him. #37

Open muenchow opened 11 months ago

muenchow commented 11 months ago

The timer continues if the handle is dropped. Is this intended behavior? Also why is the timer intentionally made drifting?

See: https://github.com/LeonHartley/Coerce-rs/blob/master/coerce/src/actor/scheduler/timer.rs#L93