package albatross

  1. Overview
  2. Docs
Albatross - orchestrate and manage MirageOS unikernels with Solo5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.8.2.tbz
sha256=ae9b71778e92f684c8e85539509b854f1f2e659277ab5d0bc6fe7766cea2134d
sha512=5b6ef0ca5b174011c2186096b20032968abb9b80d26560cfb92305b7a3b8fa228b315dbf65cff5b1d24ac2fde611064df7ea84740b5d5d519cb8790e173465c1

doc/albatross.tls/Vmm_tls_lwt/index.html

Module Vmm_tls_lwtSource

Sourceval read_tls_chunk : Tls_lwt.Unix.t -> (string, [> `Eof | `Tls_eof | `Exception | `Toomuch ]) result Lwt.t
Sourceval read_tls : Tls_lwt.Unix.t -> (Vmm_commands.wire, [> `Eof | `Tls_eof | `Exception | `Toomuch ]) result Lwt.t
Sourceval write_tls_chunk : Tls_lwt.Unix.t -> string -> (unit, [> `Exception ]) result Lwt.t
Sourceval write_tls : Tls_lwt.Unix.t -> Vmm_commands.wire -> (unit, [> `Exception ]) result Lwt.t
Sourceval close : Tls_lwt.Unix.t -> unit Lwt.t