Module System.Sequencer

type 'a t
val create : 'a -> 'a t
val enqueue : 'a t -> ('a -> 'b Fiber.t) -> 'b Fiber.t