Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

posix::descriptor::wait_type

Wait types.

enum wait_type

Values

wait_read

Wait for a descriptor to become ready to read.

wait_write

Wait for a descriptor to become ready to write.

wait_error

Wait for a descriptor to have error conditions pending.

For use with descriptor::wait() and descriptor::async_wait().


PrevUpHomeNext