quinn icon indicating copy to clipboard operation
quinn copied to clipboard

Document cancellation safety of `read_datagram`, `accept_bi`, and `accept_uni`

Open bbaldino opened this issue 5 months ago • 0 comments

I was looking at a server being able to read/support any connection type and was thinking about putting accept_bi, accept_uni, and read_datagram in a tokio::select but I noticed none of those methods have docs regarding whether they're cancellation safe.

bbaldino avatar May 15 '25 19:05 bbaldino