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

Use Instant for time tracking instead of SystemTime #79

Closed riemass closed 4 years ago

riemass commented 4 years ago

This MR introduces Instant for time tracking in the timer, replacing the before used SystemTime. Closes #42.

olexiyb commented 4 years ago

merged into actors.rs