Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
/ wasm-timer Public archive
forked from tomaka/wasm-timer

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

License

Notifications You must be signed in to change notification settings

youngjoon-lee/wasm-timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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%