package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.14.0.tar.gz
md5=685575f6b6152e10a6d43859735c00cf

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: 31 May 2020

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 >= "2.0.0"
  2. ppx_jane >= "v0.14" & < "v0.15"
  3. core_kernel >= "v0.14" & < "v0.15"
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (27)

  1. accessor_async = "v0.14.1"
  2. alcotest-async >= "1.3.0"
  3. async = "v0.14.0"
  4. async-mvar
  5. async_durable = "v0.14.0"
  6. async_extra = "v0.14.0"
  7. async_js = "v0.14.0"
  8. async_rpc_kernel = "v0.14.0"
  9. async_sendfile = "v0.14.0"
  10. async_unix = "v0.14.0"
  11. aws-s3-async >= "3.0.0" & != "4.5.0"
  12. bastet_async
  13. bonsai = "v0.14.0"
  14. caqti-async >= "1.2.2"
  15. cohttp-async >= "2.5.3" & != "5.3.0" & < "6.0.0~alpha2"
  16. cohttp-curl-async
  17. cstruct-async >= "3.0.2" & < "6.1.0"
  18. ecaml = "v0.14.0"
  19. graphql-async
  20. incr_dom = "v0.14.0"
  21. incr_dom_interactive < "v0.15.0"
  22. lambda_streams_async
  23. logs-async < "1.3"
  24. pgx_async >= "1.0"
  25. resource_cache = "v0.14.0"
  26. shuttle < "0.3.1"
  27. zmq-async

Conflicts

None