|
uvw 3.4.0
|
The barrier wrapper. More...
#include <thread.h>


Public Member Functions | |
| bool | wait () noexcept |
| Synchronizes at a barrier. | |
Public Member Functions inherited from uvw::uv_type< uv_barrier_t > | |
| loop & | parent () const noexcept |
| Gets the loop from which the resource was originated. | |
| const uv_barrier_t * | raw () const noexcept |
| Gets the underlying raw data structure. | |
| uv_barrier_t * | raw () noexcept |
| Gets the underlying raw data structure. | |
The barrier wrapper.
To create a barrier through a loop, arguments follow:
wait before any of them successfully return from the call. The value specified must be greater than zero.
|
noexcept |
Synchronizes at a barrier.