Async-timer supports posix timer fully now

Recently I found time to implement all platform specific code for majority of unix platforms (Linux, BSD and friends)
But it is difficult for me to test anything outside of Linux, so I'd like to encourage people to try out using native timers https://crates.io/crates/async-timer

With release of 1.36, all timers (aside from timerfd and kqueue) are supported on stable

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.