package gluten-eio

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : sw:Eio.Switch.t -> read_buffer_size:int -> protocol:'t Gluten.runtime -> 't -> Eio.Flow.two_way -> t
val upgrade : t -> Gluten.impl -> unit
val shutdown : t -> unit Eio.Promise.t
val is_closed : t -> bool
val socket : t -> Eio.Flow.two_way