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 9514ac8cfc.
PrevUpHomeNext

Events

Header <boost/sync/events/auto_reset_event.hpp>
Header <boost/sync/events/manual_reset_event.hpp>

This header defines an automatically reset event.

namespace boost {
  namespace sync {
    class auto_reset_event;
  }
}

This header defines a manually reset event.

namespace boost {
  namespace sync {
    class manual_reset_event;
  }
}

PrevUpHomeNext