ant-rs icon indicating copy to clipboard operation
ant-rs copied to clipboard

[FEATURE] Add time to system

Open cujomalainey opened this issue 2 years ago • 0 comments

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.

cujomalainey avatar Jun 24 '23 17:06 cujomalainey