[][src]Module awak::io

Modules

reactor
sys

Structs

Async

Traits

AsyncRead

Read bytes asynchronously.

AsyncReadExt

An extension trait which adds utility methods to AsyncRead types.

AsyncWrite

Write bytes asynchronously.

AsyncWriteExt

An extension trait which adds utility methods to AsyncWrite types.

Functions

copy

Creates a future which copies all the bytes from one object to another.