package hvsock

  1. Overview
  2. Docs
module type FN = sig ... end

Call a blocking ('a -> 'b) function in a ('a -> 'b Lwt.t) context

module type HVSOCK = sig ... end

Create an HVSOCK implementation given the ability to run blocking functions outside of Lwt.