package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.12.0.tar.gz
md5=24d41c607761ceece3df15bf9b061bcf

Description

Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.

Published: 01 Mar 2019

README

Async_kernel

Async_kernel contains Async's core data structures, like Deferred. Async_kernel is portable, and so can be used in JavaScript using Async_js. In principle it could also be used on Windows, but no scheduler has been written for Async on Windows as of yet.

API documentation for the latest release can be found [here][https://ocaml.janestreet.com/ocaml-core/latest/doc/async/index.html].

Dependencies (4)

  1. dune >= "1.5.1"
  2. ppx_jane >= "v0.12" & < "v0.13"
  3. core_kernel >= "v0.12" & < "v0.13"
  4. ocaml >= "4.07.0"

Dev Dependencies

None

Conflicts

None