Manager for managing blocking host I/O in a non-blocking manner.
We use [Poll] to poll for new I/O events from the OS for sources
registered using this manager.
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.