cujomalainey / ant-rs

ANT, ANT-FS, ANT+ for Rust
Apache License 2.0
16 stars 1 forks source link

[FEATURE] Add time to system #3

Open cujomalainey opened 1 year ago

cujomalainey commented 1 year ago

In order to make sure we handle failures and don't softlock we should be tracking time. core::time only has Duration. Therefore we can make it so we pass in the time between router.process calls so we can handle timeouts.