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.
  1. struct uv_barrier_t
  2. alias uv_barrier_t = pthread_barrier_t
    version(Posix)
    extern (C) pure nothrow @nogc
    static if(!(isAixOS))
    alias uv_barrier_t = pthread_barrier_t

Meta