Module mock_io::futures[][src]

This is supported on crate feature async-futures only.
Expand description

Mock IO stream and listener in async context

Structs

Handle

Handle for synchronous mock IO listener used to connect to the listener

MockListener

Asynchronous mock IO listener

MockStream

Asynchronous mock IO stream

ReadHalf

Read half of asynchronous mock IO stream

WriteHalf

Write half of asynchronous mock IO stream