wasm-timer/README.md

7 lines
221 B
Markdown
Raw Normal View History

2019-04-18 17:11:49 +02:00
# 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.