mirror of
https://github.com/fluencelabs/wasm-timer
synced 2025-03-15 08:10:49 +00:00
7 lines
221 B
Markdown
7 lines
221 B
Markdown
# Wasm-timer
|
|
|
|
Exports the `Instant`, `Delay`, `Interval` and `Timeout` structs.
|
|
|
|
On non-WASM targets, this re-exports the types from `tokio-timer`.
|
|
On WASM targets, this uses `web-sys` to implement their functionalities.
|