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
Parameters
module Seekable : Mirage_block_lwt_s.SEEKABLE
Signature
val mapped_s :
f:( 'a -> int64 -> Cstruct.t -> 'a Lwt.t ) ->
'a ->
Seekable.t ->
( 'a, Seekable.error ) result Lwt.t
val unmapped_s :
f:( 'a -> int64 -> int64 -> 'a Lwt.t ) ->
'a ->
Seekable.t ->
( 'a, Seekable.error ) result Lwt.t