Module poll

Module poll 

Source
Expand description

A poll API intended to let users wait for I/O events on multiple handles at once.

Structs§

Pollable
pollable represents a single I/O event which may be ready, or not.

Functions§

poll
Poll for completion on a set of pollables.