Expand description
Listen and react to time.
Structs§
- A
Duration
type to represent a span of time, typically used for system timeouts. - A measurement of a monotonically nondecreasing clock. Opaque and useful only with
Duration
.
Functions§
- every
tokio
orasync-std
orsmol
or WebAssemblyReturns aSubscription
that produces messages at a set interval.