module Elt:sig
..end
type 'a
t
Elt.t
represents an element that was added to a timing wheel.val invariant : 'a Timing_wheel_intf.Timing_wheel.Priority_queue.priority_queue ->
'a Invariant.t ->
'a t Invariant.t
val key : 'a Timing_wheel_intf.Timing_wheel.Priority_queue.priority_queue ->
'a t -> Key.t
val value : 'a Timing_wheel_intf.Timing_wheel.Priority_queue.priority_queue ->
'a t -> 'a
val sexp_of_t : ('a -> Sexplib.Sexp.t) ->
'a t -> Sexplib.Sexp.t