uv_barrier_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C) pure nothrow @nogc
struct uv_barrier_t {}

Members

Variables

count
uint count;
Undocumented in source.
mutex
uv_mutex_t mutex;
Undocumented in source.
n
uint n;
Undocumented in source.
turnstile1
uv_sem_t turnstile1;
Undocumented in source.
turnstile2
uv_sem_t turnstile2;
Undocumented in source.

Meta