Schedulers and Timers

Tokio aside any good recommendations for Schedulers/Timers in rust. We are intending to go with async_std should we move to tokio? Any recommendations. Thanks in advance.

I'm a maintainer of Tokio, so I would say you should probably go for Tokio, but I'm pretty sure that async-std has timers in the same place as where Tokio has them.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.