Structsยง
- Read
Half - The readable half of an object returned from
AsyncRead::split
. - Reunite
Error - Error indicating a
ReadHalf<T>
andWriteHalf<T>
were not two halves of aAsyncRead + AsyncWrite
, and thus could not bereunite
d. - Write
Half - The writable half of an object returned from
AsyncRead::split
.
Functionsยง
- lock_
and_ ๐then - split ๐