基于Tokio实现了 setInterval(callback, ms) 和 setTimeout(callback, ms) 类似于Javascript的API.
An OS-native-timer-backed alternative to tokio::time::Interval (timerfd / kqueue / CreateThreadpoolTimer).
Easy enum wrapper that implements all traits that the wrapped objects implement
Allows you to use `setInterval(callback, ms)` and `setTimeout(callback, ms)` as in Javascript inside a `tokio` runtime. The library provides the macros `set_interval!(callback, ms)` and `set_timeout!(callback, ms)`.
Never type `tokio::time::MissedTickBehavior::Skip` again.
Robust interval execution for Rust, supporting async and sync closures. / Rust 健壮的定时间隔执行库,支持异步和同步闭包。
Link to Rust API docs by name in mdBook
Manage tons of commands asynchronously
[DEPRECATED] Use twelve-data-client instead. Simple Rust API for accessing the Twelve Data HTTP API (https://twelvedata.com)
A cross-platform printer status monitoring library for Windows and Linux
Simple scheduler to emit events at a fixed interval with tokio
Controller (actor) macro to decouple interactions between components, supporting both embassy (no_std) and tokio (std) backends.