package hvsock

  1. Overview
  2. Docs
module type MAIN = sig ... end
module type HVSOCK = sig ... end
module Make (Time : V1_LWT.TIME) (Main : MAIN) : HVSOCK

Create an HVSOCK implementation given the ability to sleep and the ability to run code in the main Lwt thread