Module Pgx_unix.Simple_threadSource
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t Sourcetype sockaddr = | Unix of string| Inet of string * int
Sourceval getlogin : unit -> string t Sourceval protect : (unit -> 'a t) -> finally:(unit -> unit t) -> 'a t