package riot

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Util.Lf_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.