package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.16.0.tar.gz
sha256=709041c755f4cd8740b7262e657f59c1066a8540b70c3b99368f369a1196a681

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"

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.16" & < "v0.17"
  3. ppx_log >= "v0.16" & < "v0.17"
  4. ppx_jane >= "v0.16" & < "v0.17"
  5. core_unix >= "v0.16" & < "v0.17"
  6. core_kernel >= "v0.16" & < "v0.17"
  7. core >= "v0.16" & < "v0.17"
  8. async_unix >= "v0.16" & < "v0.17"
  9. async_rpc_kernel >= "v0.16" & < "v0.17"
  10. async_kernel >= "v0.16" & < "v0.17"
  11. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (76)

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

Conflicts

None

OCaml

Innovation. Community. Security.