Module timer

Source

Structs§

Event
EventHandle
An EventHandle is used to manage a single scheduled timer. If a handle is dropped, the corresponding timeout will not fire. This behavior may be bypassed via EventHandle::drop_without_cancel.
Timer

Traits§

TimeoutDuration

Functions§

create_timer
make_async_timed_event_stream

Type Aliases§

EventId
EventSender
EventStream
ScheduledEvent