hyperium / h3

MIT License
575 stars 75 forks source link

expose poll_data equivalent of recv_data #222

Open gopakumarce opened 7 months ago

gopakumarce commented 7 months ago

Useful to have this exposed for example to implement an AsyncRead on the stream. poll_data does exactly what recv_data was doing, recv_data now just calls poll_fn(poll_data)