package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.15.0.tar.gz
sha256=30753e014bb0b127ee59f10b1073b8ae476468fb2f07dc8c99dbe2ef312fc696

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: 21 Mar 2022

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 (5)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. core_kernel >= "v0.15" & < "v0.16"
  4. core >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (27)

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

Conflicts

None