package hvsock

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hvsock-3.1.0.tbz
sha256=c3dc439a50b2b83dc584b20726a1311ca52187792613e9cf441c39da51ef7407
sha512=cd631f190c63dabd8151e51715d048c828aa9a8207661a6b06c5b7754de030ebec81f06d6c545afc3b7fc2637466ebe4ac5f205e4cbad672591f79f9c5366242

doc/hvsock.lwt/Hvsock_lwt/Flow/Make/argument-1-Fn/index.html

Parameter Make.Fn

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

type ('request, 'response) t

A function from 'request to 'response

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

Apply the function

OCaml

Innovation. Community. Security.