package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.16.0.tar.gz
sha256=0eda59386235e967698834d71cb8924d7b466bc4fcbf26ae72797ad05ca6f8a9

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: 14 Jun 2023

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.16" & < "v0.17"
  3. core_kernel >= "v0.16" & < "v0.17"
  4. core >= "v0.16" & < "v0.17"
  5. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (29)

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

Conflicts

None