package pgx_unix

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

Module Pgx_unix.Simple_threadSource

Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
Sourcetype in_channel
Sourcetype out_channel
Sourcetype sockaddr =
  1. | Unix of string
  2. | Inet of string * int
Sourceval open_connection : sockaddr -> (in_channel * out_channel) t
Sourceval output_char : out_channel -> char -> unit t
Sourceval output_binary_int : out_channel -> int -> unit t
Sourceval output_string : out_channel -> string -> unit t
Sourceval flush : out_channel -> unit t
Sourceval input_char : in_channel -> char t
Sourceval input_binary_int : in_channel -> int t
Sourceval really_input : in_channel -> Bytes.t -> int -> int -> unit t
Sourceval close_in : in_channel -> unit t
Sourceval getlogin : unit -> string t
Sourceval debug : string -> unit t
Sourceval protect : (unit -> 'a t) -> finally:(unit -> unit t) -> 'a t
Sourcemodule Sequencer : sig ... end
OCaml

Innovation. Community. Security.