You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I was looking at a server being able to read/support any connection type and was thinking about putting
accept_bi
,accept_uni
, andread_datagram
in atokio::select
but I noticed none of those methods have docs regarding whether they're cancellation safe.The text was updated successfully, but these errors were encountered: