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

`Timer::schedule_at_time` to use `DateTime` #6

Closed leenozara closed 6 years ago

leenozara commented 6 years ago

Currently schedule_at_time takesSystemTime as parameter. This doesn't really work and instead should be replaced with DateTime.