Description
We are developing a h3 connection pool which request a poll_ready api on stream opening. For example:
- we retrieve all the queue of connection to find out a connection which is ready to open a stream
- then pop that connection and propagate it to the h3 stack.
In this way, the task is pending on poll_ready if the connection can't open stream anymore and wake this task up until
next MAX_STREAMS incoming.