riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.04k stars 69 forks source link

Fix schedule #175

Closed phlay closed 3 years ago

phlay commented 3 years ago

Fix small bug in BasicTimer: don't execute job in schedule_repeat() or it may be executed twice.