package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a fiber = 'a Scheduler.s
type t
type error
val recv : t -> Cstruct.t -> ([ `End_of_flow | `Input of int ], error) result fiber
val send : t -> Cstruct.t -> (int, error) result fiber
val pp_error : error Fmt.t