package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.12.0.tar.gz
md5=e9a06695c63cf4b092cc81f25a8491fd

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: 01 Mar 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.12" & < "v0.13"
  3. ppx_jane >= "v0.12" & < "v0.13"
  4. core_kernel >= "v0.12" & < "v0.13"
  5. core >= "v0.12" & < "v0.13"
  6. async_unix >= "v0.12" & < "v0.13"
  7. async_kernel >= "v0.12" & < "v0.13"
  8. async_extra >= "v0.12" & < "v0.13"
  9. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (79)

  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"
  7. async-zmq < "0.3.0"
  8. async_find = "v0.12.0"
  9. async_graphics >= "0.7.0"
  10. async_inotify = "v0.12.0"
  11. async_interactive = "v0.12.0"
  12. async_shell = "v0.12.0"
  13. async_smtp = "v0.12.0"
  14. async_ssl = "v0.12.0"
  15. async_udp < "v0.13.0"
  16. aws-async
  17. aws-s3 >= "1.1.0" & < "2.0.0"
  18. aws-s3-async < "3.0.0"
  19. awsm-async
  20. biocaml = "0.4.0"
  21. caqti-async < "1.2.0"
  22. command_rpc = "v0.12.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.12.0"
  28. dns-async
  29. ecaml = "v0.12.0"
  30. email_message = "v0.12.0"
  31. expect_test_helpers = "v0.12.0"
  32. faraday-async < "0.7.2"
  33. frenetic >= "3.2.0" & < "5.0.0"
  34. gemini < "0.3.0"
  35. gluten-async < "0.3.0"
  36. h2-async < "0.9.0"
  37. horned_worm >= "0.3.5"
  38. http_router
  39. httpaf-async
  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 < "0.10.2"
  52. mssql < "2.0.3"
  53. netkat
  54. netsnmp < "v0.13.0"
  55. notty_async < "v0.13.0"
  56. numalib
  57. obeanstalk
  58. ocaml_plugin = "v0.12.0"
  59. oloop
  60. opass < "0.2.1"
  61. openflow >= "0.9.0"
  62. opium < "0.11.0"
  63. orewa
  64. ox >= "1.1.0"
  65. pgx_async < "1.0"
  66. polars_async
  67. ppx_deriving_rpc < "7.1.0"
  68. ppx_rapper_async
  69. prob-cache
  70. rpc >= "6.1.0" & < "7.1.0"
  71. rpc_parallel = "v0.12.0"
  72. rpclib-async
  73. sequencer_table = "v0.12.0"
  74. session-cohttp-async
  75. session-cookie-async
  76. session-postgresql-async >= "0.4.1"
  77. sexp < "v0.13.0"
  78. sexp_macro < "v0.13.0"
  79. vrt

Conflicts

None