Skip to documentation
SLOP

tiny.sys.poll.Event

Reference tiny.sys poll Event

Defined in poll.

API (5)

Values and defaults

Public values and defaults.

No direct callersNo direct callspollEvent
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/sys/src/poll.zig:19

zig
pub const Event = struct {    pub const input = posix.POLL.IN;    pub const output = posix.POLL.OUT;    pub const error_condition = posix.POLL.ERR;    pub const hangup = posix.POLL.HUP;    pub const invalid = posix.POLL.NVAL;};

Audit

Definitions6
Public names6
Members0
Version26.7.0
Revisiondaab053ee433