package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.14.0.tar.gz
md5=9f80cfb72e3defcc9fca50f67e23e93c

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: 31 May 2020

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

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

Dev Dependencies

None

Used by (84)

  1. amqp-client >= "1.1.0"
  2. amqp-client-async < "2.3.0"
  3. angstrom-async >= "0.7.0"
  4. archi-async
  5. async-mvar
  6. async-uri != "0.2" & < "0.4.0"
  7. async-zmq < "0.3.0"
  8. async_find = "v0.14.0"
  9. async_graphics >= "0.7.0"
  10. async_inotify = "v0.14.0"
  11. async_interactive = "v0.14.0"
  12. async_shell = "v0.14.0"
  13. async_smtp = "v0.14.0"
  14. async_ssl = "v0.14.0"
  15. async_udp = "v0.14.0"
  16. async_websocket = "v0.14.0"
  17. aws-async
  18. aws-s3 >= "1.1.0" & < "2.0.0"
  19. aws-s3-async < "3.0.0"
  20. awsm-async
  21. cohttp-async >= "2.5.3" & != "5.3.0" & < "6.0.0~alpha2"
  22. command_rpc = "v0.14.0"
  23. conduit-async >= "1.1.0" & < "5.1.1"
  24. conduit-async-ssl
  25. conduit-async-tls
  26. cstruct-async >= "6.1.0"
  27. delimited_parsing = "v0.14.0"
  28. dns-async
  29. ecaml = "v0.14.0"
  30. email_message = "v0.14.0"
  31. expect_test_helpers_async < "v0.15.0"
  32. faraday-async >= "0.7.2"
  33. feather_async
  34. frenetic >= "3.2.0" & < "5.0.0" | >= "5.0.5"
  35. gemini < "0.3.0"
  36. h2-async = "0.8.0"
  37. horned_worm = "0.3.5"
  38. http_router
  39. httpaf_caged >= "1.0.1"
  40. ibx >= "0.7.3"
  41. influxdb-async
  42. js_of_ocaml-webgpu
  43. js_of_ocaml-webidl
  44. kafka_async
  45. lambda_streams_async
  46. little_logger < "0.3.0"
  47. logs-async-reporter < "1.3"
  48. magic-trace
  49. mariadb < "0.5.1"
  50. message-switch = "0.10.5.1"
  51. mirage-crypto-rng-async
  52. netsnmp = "v0.14.0"
  53. notty_async = "v0.14.0"
  54. numalib
  55. obeanstalk
  56. ocaml_plugin = "v0.14.0"
  57. oloop
  58. opass < "0.2.1"
  59. openflow >= "0.9.0"
  60. opium < "0.11.0"
  61. orewa
  62. ox >= "1.1.0"
  63. pgx_async < "1.0"
  64. polars_async
  65. postgres_async = "v0.14.0"
  66. ppx_deriving_rpc != "6.0.0" & < "7.1.0"
  67. ppx_rapper_async
  68. prob-cache
  69. reddit_api_async
  70. rpc >= "6.1.0" & < "7.1.0"
  71. rpc_parallel = "v0.14.0"
  72. rpclib-async != "6.0.0"
  73. sequencer_table = "v0.14.0"
  74. session-cohttp-async
  75. session-cookie-async
  76. session-postgresql-async >= "0.4.1"
  77. sexp = "v0.14.0"
  78. sexp_macro = "v0.14.0"
  79. shuttle >= "0.3.1" & < "0.6.0"
  80. shuttle_http < "0.8.1"
  81. tls-async < "0.15.3"
  82. vcaml = "v0.14.0"
  83. vrt
  84. websocket-async >= "2.14" & < "2.16"

Conflicts

None