package vhd-format

  1. Overview
  2. Docs
include ASYNC
type 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val fail : exn -> 'a t
val return : 'a -> 'a t
type handle
val really_read : handle -> int64 -> Cstruct.t -> unit t
val really_write : handle -> int64 -> Cstruct.t -> unit t