const IO_EVENT_CAPACITY: usize = 16;
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.