Module split

Source

Structsยง

ReadHalf
The readable half of an object returned from AsyncRead::split.
ReuniteError
Error indicating a ReadHalf<T> and WriteHalf<T> were not two halves of a AsyncRead + AsyncWrite, and thus could not be reunited.
WriteHalf
The writable half of an object returned from AsyncRead::split.

Functionsยง

lock_and_then ๐Ÿ”’
split ๐Ÿ”’