...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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; } }