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 SOCKET = sig ... end