package ordma
Ordma provides OCaml bindings to librdmacm (rsocket)
Install
Dune Dependency
Authors
Maintainers
Sources
0.0.5.tar.gz
sha256=6702ab88bc2566b8e0aef62f05d409dd4f63a2c5cc8ac09f24bca6a922b31829
md5=5e0f4fb12ba9dfe3af9ffa5690234543
Description
Published: 21 Aug 2018
README
Ordma
This library provides RDMA capabilities for OCaml. It wraps librdmacm's rsocket API and provides lwt bindings (and an engine) for the calls.
The API tries to provide a drop in replacement for Lwt_unix, but you need to select the rselect engine as all events on rsockets need to be handled by rpoll:
let () =
let engine = new Lwt_rsocket.rselect in
Lwt_engine.set engine;
let t = ...
in
Lwt_main.run t
The rselect engine can be used for normal files and sockets too.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page