Crate wasm_timer[−][src]
Modules
ext | Extension traits for the standard |
Structs
Delay | A future representing the notification that an elapsed duration has occurred. |
Instant | A measurement of a monotonically nondecreasing clock.
Opaque and useful only with |
Interval | A stream representing notifications at fixed interval |
SetDefaultError | Error returned from |
SystemTime | A measurement of the system clock, useful for talking to external entities like the file system or other processes. |
Timer | A “timer heap” used to power separately owned instances of |
TimerHandle | A handle to a |
Constants
UNIX_EPOCH | An anchor in time which can be used to create new |
Traits
TryFutureExt | An extension trait for futures which provides convenient accessors for timing out execution and such. |
TryStreamExt | An extension trait for streams which provides convenient accessors for timing out execution and such. |