package mirage-channel
Buffered channels for MirageOS FLOW types
Install
Authors
Maintainers
Sources
mirage-channel-3.1.0.tbz
md5=942d02ee627c0bae75ce5e7e16c1153e
Description
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>
Dependencies (4)
- result
-
mirage-flow
>= "1.2.0" & < "2.0.0"
-
jbuilder
>= "1.0+beta10"
-
ocaml
>= "4.02.3"
Dev Dependencies
Used by (6)
- caqti-mirage
-
docteur-unix
< "0.0.3"
-
mirage-channel-lwt
>= "3.1.0"
-
mirage-types
>= "3.0.0" & < "3.7.1"
- pgx_lwt_mirage
-
vpnkit
>= "0.1.1"
Conflicts (1)
-
tcpip
< "3.0.0"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page