#include <pfunc/event.hpp>
List of all members.
Constructor & Destructor Documentation
pfunc::detail::event_base::event_base |
( |
| ) |
[inline] |
pfunc::detail::event_base::~event_base |
( |
| ) |
[inline] |
Member Function Documentation
void pfunc::detail::event_base::reset |
( |
const unsigned int & |
nwait | ) |
[inline] |
Reset this event for reuse
- Parameters:
-
[in] | nwait | Number of waiters receiving completion notices |
bool pfunc::detail::event_base::test |
( |
| ) |
[inline] |
Test if an event is complete. We just check for the state
- Returns:
- true if the event is complete
-
false if the event is incomplete or inactive
Member Data Documentation
The number of waiters on this even
The documentation for this struct was generated from the following file: