tiny.sys.poll.Event
Defined in poll.
API (5)
Values and defaults
Public values and defaults.
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
| Definitions | 6 |
|---|---|
| Public names | 6 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |