Module Async_kernel__.Types.Bvar

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