mirage-channel-lwtversion
Buffered channels for MirageOS FLOW types
Channels are buffered reader/writers built on top of unbuffered FLOW
implementations.
Example:
module Channel = Channel.Make(Flow)
...
Channel.read_exactly ~len:16 t
>>= fun bufs -> (* read header of message *)
let payload_length = Cstruct.(LE.get_uint16 (concat bufs) 0) in
Channel.read_exactly ~len:payload_length t
>>= fun bufs -> (* payload of message *)
(* process message *)
Channel.write_buffer t header;
Channel.write_buffer t payload;
Channel.flush t
>>= fun () ->
mirage-channel is distributed under the ISC license.
- Homepage: https://github.com/mirage/mirage-channel
- Issue: https://github.com/mirage/mirage-channel/issues
- Contact:
<mirageos-devel@lists.xenproject.org>
Tags | org:mirage |
---|---|
Authors | Anil Madhavapeddy, Mindy Preston and Thomas Gazagnaire |
License | ISC |
Published | |
Homepage | https://github.com/mirage/mirage-channel |
Issue Tracker | https://github.com/mirage/mirage-channel/issues |
Maintainer | Anil Madhavapeddy <anil@recoil.org> |
Dependencies |
|
Conflicts |
|
Source [http] | https://github.com/mirage/mirage-channel/releases/download/v3.1.0/mirage-channel-3.1.0.tbz sha256=d5667fbed866f0360349851fc05094e3abcfa87bfc4011654b194c1988a0d76f md5=942d02ee627c0bae75ce5e7e16c1153e |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-channel-lwt/mirage-channel-lwt.3.1.0/opam |
Required by
- cohttp-mirage<2.4.0
- dns-forward>=0.9.0
- git-mirage<2.1.2
- mirage-http>=3.0.0
- mirage-types-lwt>=3.0.0 & <3.7.1
- protocol-9p>=0.9.0 & <2.0.2
- protocol-9p-unix<2.0.2