LeonHartley/Coerce-rs

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

muenchow opened this issue · 0 comments

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