shared-block-ring
A single-consumer single-producer queue on a block device
Description
This is a simple queue containing variable-length items stored on a disk, in the style of Xen shared-memory-ring.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 19 Jun 2017
- Authors
- Maintainers
Sources
Dependencies
io-page-unix
>= "2.0.0"
mirage-clock-unix
>= "1.0.0"
mirage-types-lwt
>= "3.0.0" & < "3.7.0"
lwt
< "4.0.0"
cstruct
>= "3.0.0"
ocaml
< "4.06.0"
Reverse Dependencies
message-switch
>= "1.4.0"