A paired (:invoke, :complete) operation. complete is nil
if the operation is still pending.
Summary
Types
@type t() :: %Lockstep.Checker.Linearizable.Op{ complete: Lockstep.History.Event.t() | nil, invoke: Lockstep.History.Event.t() }
A paired (:invoke, :complete) operation. complete is nil
if the operation is still pending.
@type t() :: %Lockstep.Checker.Linearizable.Op{ complete: Lockstep.History.Event.t() | nil, invoke: Lockstep.History.Event.t() }