Skip to content

Abstraction over std::time::Instant and tokio_timer that works on WASM

License

Notifications You must be signed in to change notification settings

mmsinclair/wasm-timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Abstraction over std::time::Instant and tokio_timer that works on WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%