Programming & DevOps
Rust: setTimeout and setInterval as in Javascript with “tokio” as Runtime
Even though I’m working with Rust for over 2.5 years now, I unfortunately never made a deep dive into the async/await/future-world. But I started using tokio a few days ago and a few questions came up. Tokio is a runtime for executing futures, great! For this, tokio needs some kind Read more…