Skip to main content

IO_EVENT_CAPACITY

Constant IO_EVENT_CAPACITY 

Source
const IO_EVENT_CAPACITY: usize = 16;
Expand description

Capacity of the event queue which can be polled at a time. Since we don’t expect many simultaneous blocking I/O events this value can be set rather low.