Module Async_kernel__Types.Bvar

type 'a t = {
mutable has_any_waiters : bool;
mutable ivar : 'a Ivar.t;
}