Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 221 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 221 Bytes

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.