pub const MAX_PENDING_REQS: u32 = 16 * 1024; // 0x0000_4000u32
Expand description

The maximum number of pending requests that can be passed to select.

In practice, a program will be limited first by the number of requests it can create.