Expand description
native implementation
Macros
Structs
Intervalstream used by theinterval()function to provide a a time interval stream. The stream is backed by tokio interval stream on native platforms and by by the JavaScriptsetInterval()andclearInterval()APIs in WASM32 environment.
Functions
async interval()function backed by the JavaScriptcreateInterval()- Waits until
durationhas elapsed. - Yields execution back to the Tokio runtime.
- Yields execution back to the Tokio runtime.