Module StarvationDomain.CriticalPairElement

An event and the currently-held locks at the time it occurred.

type t = private {
  1. acquisitions : Acquisitions.t;
  2. event : Event.t;
}