package rpclib-lwt

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

Module Rpc_lwt.TSource

Sourcetype 'a box
Sourcetype ('a, 'b) resultb = ('a, 'b) Result.t box
Sourceval lift : ('a -> 'b Lwt.t) -> 'a -> 'b box
Sourceval bind : 'a box -> ('a -> 'b Lwt.t) -> 'b box
Sourceval return : 'a -> 'a box
Sourceval get : 'a box -> 'a Lwt.t
Sourceval (!@) : 'a box -> 'a Lwt.t
Sourceval put : 'a Lwt.t -> 'a box
Sourceval (~@) : 'a Lwt.t -> 'a box