package numalib

  1. Overview
  2. Docs
Interface to Linux NUMA API

Install

Dune Dependency

Authors

Maintainers

Sources

numalib-0.1.0.tbz
sha256=a320381725bb2f8cb91ab77d4b09af018ecb2384ac6d48c96c1031fcec34c308
md5=e6d514a11d4983245240077eaaeb0167

doc/src/numalib_raw_async/io_impl.ml.html

Source file io_impl.ml

1
2
3
4
5
6
7
8
9
10
open Async

type 'a t = 'a Deferred.t

let return = Deferred.return
let bind = Deferred.bind
let map  = Deferred.map
let (>>=) = Deferred.(>>=)
let (>>|) = Deferred.(>>|)
let wrap f v = In_thread.run (fun () -> f v)
OCaml

Innovation. Community. Security.