package pgx_lwt_unix

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

Module Pgx_lwt_unix.IoSource

Sourcetype 'a t = 'a Lwt.t
Sourcetype ssl_config
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
Sourceval protect : (unit -> 'a t) -> finally:(unit -> unit t) -> 'a t
OCaml

Innovation. Community. Security.