package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.15.0.tar.gz
sha256=0d3bb21c4bed1edca25ede5e4fbc76790e22379806183846baff475281a6d6a9

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"

Async is a library for asynchronous programming, i.e., programming where some part of the program must wait for things that happen at times determined by some external entity (like a human or another program). This includes pretty much any program that uses blocking calls (e.g., networking code, disk access), timeouts, or event loops (e.g., GUIs).

Read more in Chapter 18 of Real World OCaml.

API documentation for the latest release can be found here.

Dependencies (11)

  1. dune >= "2.0.0"
  2. textutils >= "v0.15" & < "v0.16"
  3. ppx_log >= "v0.15" & < "v0.16"
  4. ppx_jane >= "v0.15" & < "v0.16"
  5. core_unix >= "v0.15" & < "v0.16"
  6. core_kernel >= "v0.15" & < "v0.16"
  7. core >= "v0.15" & < "v0.16"
  8. async_unix >= "v0.15" & < "v0.16"
  9. async_rpc_kernel >= "v0.15" & < "v0.16"
  10. async_kernel >= "v0.15" & < "v0.16"
  11. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (74)

  1. alcotest-async >= "1.6.0" & < "1.8.0"
  2. amqp-client >= "1.1.0"
  3. amqp-client-async < "2.3.0"
  4. angstrom-async
  5. archi-async
  6. async_find = "v0.15.0"
  7. async_inotify = "v0.15.0"
  8. async_interactive = "v0.15.0"
  9. async_shell = "v0.15.0"
  10. async_smtp = "v0.15.0"
  11. async_ssl = "v0.15.0"
  12. async_udp = "v0.15.0"
  13. async_websocket = "v0.15.0"
  14. aws-async
  15. awsm-async
  16. bonsai >= "v0.15.0" & < "v0.16.0"
  17. cohttp-async = "2.5.7" | >= "5.1.0" & != "5.3.0" & < "6.0.0~alpha2"
  18. cohttp_async_websocket < "v0.16.0"
  19. command_rpc = "v0.15.0"
  20. conduit-async
  21. cstruct-async >= "6.1.0"
  22. delimited_parsing = "v0.15.0"
  23. dns-async
  24. ecaml = "v0.15.0"
  25. email_message = "v0.15.0"
  26. env_config < "v0.16.0"
  27. expect_test_helpers_async = "v0.15.0"
  28. faraday-async >= "0.8.2"
  29. feather_async
  30. file_path < "v0.16.0"
  31. fzf < "v0.16.0"
  32. gemini < "0.3.0"
  33. gluten-async >= "0.3.0"
  34. h2-async >= "0.8.0" & < "0.10.0"
  35. hg_lib < "v0.16.0"
  36. horned_worm < "0.3.7"
  37. httpaf_caged >= "1.0.1"
  38. httpun-ws-async
  39. influxdb-async
  40. js_of_ocaml-webgpu
  41. krb < "v0.16.0"
  42. lambda_streams_async
  43. little_logger < "0.3.0"
  44. logs-async-reporter < "1.3"
  45. magic-trace
  46. mariadb >= "1.2.0"
  47. mirage-crypto-rng-async
  48. netsnmp = "v0.15.0"
  49. notty_async = "v0.15.0"
  50. numalib
  51. ocaml-embed-file < "v0.16.0"
  52. ocaml_plugin >= "v0.15.0"
  53. orewa
  54. pgx_async < "1.0"
  55. polars_async
  56. postgres_async = "v0.15.0"
  57. ppx_deriving_rpc >= "6.1.0" & < "7.1.0"
  58. ppx_rapper_async
  59. redis-async < "v0.16.0"
  60. rpc < "7.1.0"
  61. rpc_parallel = "v0.15.0"
  62. rpclib-async != "6.0.0"
  63. sequencer_table = "v0.15.0"
  64. session-cohttp-async
  65. session-cookie-async
  66. session-postgresql-async
  67. sexp = "v0.15.0"
  68. sexp_macro = "v0.15.0"
  69. shuttle >= "0.4.0"
  70. shuttle_http < "0.8.1"
  71. tls-async >= "0.15.3" & < "0.17.1"
  72. tracing < "v0.16.0"
  73. vcaml = "v0.15.0"
  74. websocket-async = "2.16"

Conflicts

None

OCaml

Innovation. Community. Security.