package mew

  1. Overview
  2. Docs
type 'a t
val create : unit -> 'a t
val put : 'a t -> 'a -> unit Thread.t
val get : 'a t -> 'a Thread.t