Closed Ralith closed 2 years ago
This has come up several times, most recently in https://github.com/quinn-rs/quinn/issues/1395. While equivalent behavior is already possible by waiting for e.g. IncomingUniStreams to yield Err or None, this is substantially more discoverable.
IncomingUniStreams
Err
None
There are still some warnings noted by Actions on the unused ptr import, maybe clean those up too?
ptr
This has come up several times, most recently in https://github.com/quinn-rs/quinn/issues/1395. While equivalent behavior is already possible by waiting for e.g.
IncomingUniStreams
to yieldErr
orNone
, this is substantially more discoverable.