package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.13.0.tar.gz
md5=fbfc7059179bc9ddd5dc1411e7d2e815

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: 20 Nov 2019

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

Conflicts

None