package h2-lwt

  1. Overview
  2. Docs

Module H2_lwtSource

Sourcemodule type IO = sig ... end
Sourcemodule type Server = sig ... end
Sourcemodule type Client = sig ... end
Sourcemodule Server (Io : IO) : Server with type socket := Io.socket and type addr := Io.addr
Sourcemodule Client (Io : IO) : Client with type socket := Io.socket