pub const MAX_PENDING_REQS: u32 = _; // 16_384u32
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.