Traits§
Functions§
- connify
- copy_
with_ stats - Copies an AsyncRead to an AsyncWrite, with a callback for every write.
- copy_
with_ stats_ async - Copies an AsyncRead to an AsyncWrite, with an async callback for every write.
- read_
pascalish - Reads a bincode-deserializable value with a 16bbe length
- recv_
chan_ many - Reads from an async_channel::Receiver, but returns a vector of all available items instead of just one to save on context-switching.
- resolve
- resolve_
inner - to_
ioerror - try_
race - Race two different futures, returning the first non-Err, or an Err if both branches error.
- write_
pascalish - Writes a bincode-serializable value with a 16bbe length