| Crates.io | fluvio-wasm-timer |
| lib.rs | fluvio-wasm-timer |
| version | 0.2.5 |
| created_at | 2021-05-21 18:11:33.068836+00 |
| updated_at | 2021-05-21 18:11:33.068836+00 |
| description | Abstraction over std::time::Instant and futures-timer that works on WASM |
| homepage | |
| repository | https://github.com/tomaka/wasm-timer |
| max_upload_size | |
| id | 400421 |
| size | 76,133 |
This branch is just a work around to fix a wasm bug.
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.