[][src]Crate async_io

Async I/O and timers.

To wait for the next I/O event, the reactor calls epoll on Linux/Android, kqueue on macOS/iOS/BSD, and wepoll on Windows.

Modules

parking

Thread parking and unparking.

Structs

Async

Async I/O.

Timer

Fires at the chosen point in time.