fluvio-wasm-timer

Crates.iofluvio-wasm-timer
lib.rsfluvio-wasm-timer
version0.2.5
sourcesrc
created_at2021-05-21 18:11:33.068836
updated_at2021-05-21 18:11:33.068836
descriptionAbstraction over std::time::Instant and futures-timer that works on WASM
homepage
repositoryhttps://github.com/tomaka/wasm-timer
max_upload_size
id400421
size76,133
Sehyo Chang (sehz)

documentation

README

Note

This branch is just a work around to fix a wasm bug.

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.

Commit count: 14

cargo fmt