package lambda-term

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

Module Concurrent.MsgBoxSource

Sourcetype 'a t = 'a Lwt_mvar.t
Sourceval create : unit -> 'a t
Sourceval put : 'a t -> 'a -> unit Lwt.t
Sourceval get : 'a t -> 'a Lwt.t
OCaml

Innovation. Community. Security.