[][src]Module corona::io

Primitives to turn AsyncRead and AsyncWrite into (coroutine) blocking Read and Write.

Structs

BlockingWrapper

A wrapper to turn async IO streams into sync ones.