package hvsock

  1. Overview
  2. Docs
Bindings for Hyper-V AF_VSOCK

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.0.tar.gz
sha256=e94afeaa1a8bdb8ea7e5b30ffc8ed476e5999c668a48e8c8e49a6a97ceda6cc9
md5=b5512ca72cbbd01d6e756264d6114020

doc/hvsock.lwt/Hvsock_lwt/In_main_thread/Make/index.html

Module In_main_thread.MakeSource

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

Parameters

module Main : MAIN

Signature

Sourcetype ('request, 'response) t

A function from 'request to 'response

Sourceval create : ('request -> 'response) -> ('request, 'response) t
Sourceval destroy : ('request, 'response) t -> unit
Sourceval fn : ('request, 'response) t -> 'request -> 'response Lwt.t

Apply the function

OCaml

Innovation. Community. Security.