package riot

  1. Overview
  2. Docs

Module Riot.QueueSource

Sourceexception Closed
Sourcetype 'a t
Sourceval push : 'a t -> 'a -> unit
Sourceval push_head : 'a t -> 'a -> unit
Sourceval close : 'a t -> unit
Sourceval peek : 'a t -> 'a
Sourceval pop : 'a t -> 'a option
Sourceval is_empty : 'a t -> bool
Sourceval create : unit -> 'a t
OCaml

Innovation. Community. Security.