package activitypub

  1. Overview
  2. Docs
type 'a t = 'a Lwt.t
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val return : 'a -> 'a Lwt.t
type conn = Tls_lwt.Unix.t
val src : Logs.src
module Log : Logs_lwt.LOG
val read_line : Lwt_io.input_channel -> string option Lwt.t
val read : Lwt_io.input_channel -> int -> string Lwt.t
val write : Lwt_io.output_channel -> string -> unit Lwt.t
val flush : Lwt_io.output_channel -> unit Lwt.t
type error = exn
val catch : (unit -> 'a Lwt.t) -> ('a, exn) Stdlib.result Lwt.t
val pp_error : Stdlib.Format.formatter -> exn -> unit
OCaml

Innovation. Community. Security.