package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune 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.

Published: 26 May 2024

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

  1. alcotest-async >= "1.6.0"
  2. amqp-client >= "1.1.0"
  3. amqp-client-async >= "2.3.0"
  4. angstrom-async >= "0.7.0"
  5. archi-async
  6. async-mvar
  7. async-uri >= "0.4.0"
  8. async-zmq < "0.3.0"
  9. async_find >= "v0.17.0"
  10. async_inotify >= "v0.17.0"
  11. async_interactive >= "v0.17.0"
  12. async_shell >= "v0.17.0"
  13. async_smtp >= "v0.17.0"
  14. async_ssl >= "v0.17.0"
  15. async_udp >= "v0.17.0"
  16. async_websocket >= "v0.17.0"
  17. aws-async
  18. aws-s3 >= "1.1.0" & < "2.0.0"
  19. awsm-async
  20. bonsai >= "v0.17.0"
  21. cohttp-async = "2.5.7" | = "5.1.0" | >= "5.3.0"
  22. cohttp_async_websocket >= "v0.17.0"
  23. command_rpc >= "v0.17.0"
  24. conduit-async >= "1.1.0"
  25. conduit-async-ssl
  26. conduit-async-tls
  27. cstruct-async >= "6.1.0"
  28. delimited_parsing >= "v0.17.0"
  29. dns-async
  30. ecaml >= "v0.17.0"
  31. email_message >= "v0.17.0"
  32. env_config >= "v0.17.0"
  33. expect_test_helpers_async >= "v0.17.0"
  34. faraday-async >= "0.8.2"
  35. feather_async
  36. file_path >= "v0.17.0"
  37. frenetic >= "3.2.0" & < "5.0.0"
  38. fzf >= "v0.17.0"
  39. gemini
  40. gluten-async >= "0.3.0"
  41. grpc-async >= "0.2.0"
  42. h2-async >= "0.8.0" & < "0.10.0"
  43. hardcaml_xilinx_reports >= "v0.17.0"
  44. hg_lib >= "v0.17.0"
  45. horned_worm = "0.3.5"
  46. http_router
  47. httpaf_caged >= "1.0.1"
  48. httpun-async
  49. ibx >= "0.7.3"
  50. influxdb-async
  51. janestreet_csv >= "v0.17.0"
  52. js_of_ocaml-webgpu
  53. lambda_streams_async
  54. little_logger
  55. logs-async-reporter
  56. magic-trace
  57. man_in_the_middle_debugger >= "v0.17.0"
  58. mariadb < "0.5.1"
  59. message-switch = "0.10.5.1"
  60. mirage-crypto-rng-async
  61. netsnmp >= "v0.17.0"
  62. notty_async >= "v0.17.0"
  63. numalib
  64. obeanstalk
  65. ocaml-embed-file >= "v0.17.0"
  66. ocaml_openapi_generator
  67. oloop
  68. opass < "0.2.1"
  69. openflow >= "0.9.0"
  70. opium < "0.11.0"
  71. orewa
  72. ox >= "1.1.0"
  73. pgx_async < "1.0"
  74. polars_async
  75. postgres_async >= "v0.17.0"
  76. ppx_css >= "v0.17.0"
  77. ppx_deriving_rpc != "6.0.0" & < "7.1.0"
  78. ppx_quick_test
  79. ppx_rapper_async
  80. prob-cache
  81. redis-async >= "v0.17.0"
  82. rpc >= "6.1.0" & < "7.1.0"
  83. rpc_parallel >= "v0.17.0"
  84. rpclib-async != "6.0.0"
  85. session-cohttp-async
  86. session-cookie-async
  87. session-postgresql-async >= "0.4.1"
  88. sexp >= "v0.17.0"
  89. sexp_macro >= "v0.17.0"
  90. shuttle >= "0.4.0"
  91. shuttle_http < "0.8.1" | >= "0.10.0"
  92. tls-async >= "0.17.1"
  93. tracing >= "v0.17.0"
  94. vrt
  95. websocket-async >= "2.16"

Conflicts

None

OCaml

Innovation. Community. Security.