package dune-rpc

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

Module Fiber.Ivar

type 'a fiber := 'a t
type 'a t
val create : unit -> 'a t
val read : 'a t -> 'a fiber
val fill : 'a t -> 'a -> unit fiber