package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=3edbaa62a7ea910da0d5c06974da9b2b7e14a9e2648596bc7c9f09c89970b5f8

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.

Added to opam-repository:

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 >= "3.11.0"
  2. textutils >= "v0.17" & < "v0.18~"
  3. ppx_jane >= "v0.17" & < "v0.18~"
  4. core_unix >= "v0.17" & < "v0.18~"
  5. core_kernel >= "v0.17" & < "v0.18~"
  6. core >= "v0.17" & < "v0.18~"
  7. async_unix >= "v0.17" & < "v0.18~"
  8. async_rpc_kernel >= "v0.17" & < "v0.18~"
  9. async_log >= "v0.17" & < "v0.18~"
  10. async_kernel >= "v0.17" & < "v0.18~"
  11. ocaml >= "5.1.0"

Dev Dependencies

None

Used by (77)

  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.17.0"
  8. async_inotify >= "v0.17.0"
  9. async_interactive >= "v0.17.0"
  10. async_shell >= "v0.17.0"
  11. async_smtp >= "v0.17.0"
  12. async_ssl >= "v0.17.0"
  13. async_udp >= "v0.17.0"
  14. async_websocket >= "v0.17.0"
  15. atproto
  16. aws-async
  17. awsm-async
  18. awso-async
  19. bonsai >= "v0.17.0"
  20. cohttp-async >= "5.3.0"
  21. cohttp_async_websocket >= "v0.17.0"
  22. command_rpc >= "v0.17.0"
  23. conduit-async
  24. cstruct-async < "6.3.0"
  25. delimited_parsing >= "v0.17.0"
  26. ecaml >= "v0.17.0"
  27. email_message >= "v0.17.0"
  28. env_config >= "v0.17.0"
  29. expect_test_helpers_async >= "v0.17.0"
  30. faraday-async >= "0.8.2"
  31. feather_async
  32. file_path >= "v0.17.0"
  33. fzf >= "v0.17.0"
  34. gemini
  35. gluten-async >= "0.3.0"
  36. grpc-async >= "0.2.0"
  37. h2-async >= "0.8.0" & < "0.10.0"
  38. hardcaml_xilinx_reports >= "v0.17.0"
  39. hg_lib >= "v0.17.0"
  40. httpaf_caged >= "1.0.1"
  41. httpun-async
  42. httpun-ws-async
  43. influxdb-async
  44. janestreet_csv >= "v0.17.0"
  45. js_of_ocaml-webgpu
  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. nats-client-async
  54. netsnmp >= "v0.17.0"
  55. notty_async >= "v0.17.0"
  56. numalib
  57. ocaml-embed-file >= "v0.17.0"
  58. ocaml_openapi_generator
  59. openrouter_api
  60. orewa
  61. polars_async
  62. postgres_async >= "v0.17.0"
  63. ppx_css >= "v0.17.0"
  64. ppx_quick_test
  65. ppx_rapper_async
  66. redis-async >= "v0.17.0"
  67. rpc_parallel >= "v0.17.0"
  68. rpclib-async
  69. session-cohttp-async
  70. session-cookie-async
  71. session-postgresql-async
  72. sexp >= "v0.17.0"
  73. sexp_macro >= "v0.17.0"
  74. shuttle_http < "0.8.1" | >= "0.12.0"
  75. tls-async >= "2.0.1"
  76. tracing >= "v0.17.0"
  77. websocket-async >= "2.16"

Conflicts

None