_uv_barrier

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

Members

Variables

cond
uv_cond_t cond;
Undocumented in source.
in_
uint in_;
Undocumented in source.
mutex
uv_mutex_t mutex;
Undocumented in source.
out_
uint out_;
Undocumented in source.
threshold
uint threshold;
Undocumented in source.

Meta