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 a snapshot of the develop branch, built from commit ecbc607568.
PrevUpHomeNext

posix::basic_stream_descriptor::wait_type

Inherited from posix::descriptor_base.

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