[][src]Module async_io::parking

Thread parking and unparking.

This module exposes the same API as parking. The only difference is that Parker in this module will wait on epoll/kqueue/wepoll and wake tasks blocked on I/O or timers.

Structs

Parker

Parks a thread.

Unparker

Unparks a thread.

Functions

pair

Creates a parker and an associated unparker.