mirage-block-lwt
Block signatures and implementations for MirageOS using Lwt
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library mirage-block-lwt
type page_aligned_buffer = Cstruct.t
type error = From.error
type write_error = From.write_error
val pp_write_error : write_error Fmt.t
type 'a io = 'a Lwt.t
type t = From.t
val get_info : t -> Mirage_block.info io
val read : t -> int64 -> page_aligned_buffer list -> ( unit, error ) result io
val write :
t ->
int64 ->
page_aligned_buffer list ->
( unit, write_error ) result io