= private = protected
new()
Creates a new condition variable instance.
static VALUE rb_condvar_initialize(VALUE self) { RSTRUCT_SET(self, CONDVAR_WAITERS, ary_buf_new()); return self; }