package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.13.0.tar.gz
md5=d12b61a3f95325a511c50964bc9c819e

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: 20 Nov 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.13" & < "v0.14"
  3. core_kernel >= "v0.13" & < "v0.14"
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (25)

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

Conflicts

None