5 ms·
This is a cool pattern, thanks for the share.
by fsociety 2y ago
This is a cool pattern, thanks for the share.
- K0nserv 2y agoNo problem, here are some examples of it: * Quinn(A QUIC implementation, in particular `quinn-proto` is sans-IO, whereas the outer crate, `quinn`, is Tokio-based)[0) * str0m(A WebRTC implementation that I work on, it's an alternative to `webrtc-rs`. We don't have any IO-aware wrappers, the user is expected to provide that themselves atm)[1] 0: https://github.com/quinn-rs/quinn https://github.com/quinn-rs/quinn 1: https://github.com/algesten/str0m/ https://github.com/algesten/str0m/