dispenso
A library for task parallelism
 
Loading...
Searching...
No Matches
latch.h File Reference
#include <dispenso/platform.h>
#include <dispenso/detail/completion_event_impl.h>

Go to the source code of this file.

Classes

class  dispenso::Latch
 

Detailed Description

A file providing a Latch barrier type, which gives a way for threads to wait until all expected threads have reached this point. This is intended to match API and behavior of C++20 std::latch.

Definition in file latch.h.