Fiber.Id
Fiber unique identifiers.
type t = int
The type for fiber unique identifiers.
val nil : t
nil is an identifier that will never be attributed to a fiber.
nil
val equal : t -> t -> bool
equal tests identifiers for equality.
equal
val compare : t -> t -> int
compare is a total order on identifiers compatible with equal.
compare
val pp : Stdlib.Format.formatter -> t -> unit
pp formats fiber identifiers.
pp