Module event

Source

Structs§

WrappedEvent
A wrapper around an object that does not natively have an OS event, but needs to be signaled using one.

Enums§

MaybeWrappedEvent
Represents an object that either has an OS event or is wrapped using one.

Traits§

OsEventBacked
Represents an object that may or may not be backed by an OS event, and can also be signaled manually.