[go: up one dir, main page]

Module event

Source
Available on crate feature event only.
Expand description

Kernel event notification mechanism

§See Also

kqueue(2)

Structs§

EvFlags
Event flags. See the man page for details.
FilterFlag
Filter-specific flags. See the man page for details.
KEvent
A kernel event queue. Used to notify a process of various asynchronous events.
Kqueue
A kernel event queue.

Enums§

EventFilter
Kqueue filter types. These are all the different types of event that a kqueue can notify for.

Functions§

ev_setDeprecated
Modify an existing KEvent.
keventDeprecated
kevent_tsDeprecated
kqueueDeprecated

Type Aliases§

EventFlagDeprecated
The deprecated EventFlag type alias