package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.14.0.tar.gz
sha256=74f2b7b01ce3b92289cc7a68cd3ae53885c763cedd320d27949d585e5c13dc64
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 (64)

  1. amqp-client >= "1.1.0"
  2. amqp-client-async < "2.3.0"
  3. angstrom-async
  4. archi-async
  5. async-uri != "0.2" & < "0.4.0"
  6. async_find = "v0.14.0"
  7. async_graphics
  8. async_inotify = "v0.14.0"
  9. async_interactive = "v0.14.0"
  10. async_shell = "v0.14.0"
  11. async_smtp = "v0.14.0"
  12. async_ssl = "v0.14.0"
  13. async_udp = "v0.14.0"
  14. async_websocket = "v0.14.0"
  15. aws-async
  16. awsm-async
  17. cohttp-async >= "4.1.2" & != "5.3.0" & < "6.0.0~beta2"
  18. command_rpc = "v0.14.0"
  19. conduit-async < "6.2.3"
  20. cstruct-async
  21. delimited_parsing = "v0.14.0"
  22. ecaml = "v0.14.0"
  23. email_message = "v0.14.0"
  24. expect_test_helpers_async < "v0.15.0"
  25. faraday-async >= "0.7.2"
  26. feather_async
  27. frenetic
  28. gemini < "0.3.0"
  29. h2-async = "0.8.0"
  30. horned_worm < "0.3.7"
  31. httpaf_caged >= "1.0.1"
  32. influxdb-async
  33. js_of_ocaml-webgpu
  34. js_of_ocaml-webidl
  35. kafka_async
  36. lambda_streams_async
  37. little_logger < "0.3.0"
  38. logs-async-reporter < "1.3"
  39. magic-trace
  40. mariadb >= "1.2.0"
  41. mirage-crypto-rng-async
  42. netsnmp = "v0.14.0"
  43. notty_async = "v0.14.0"
  44. numalib
  45. ocaml_plugin = "v0.14.0"
  46. orewa
  47. pgx_async < "1.0"
  48. polars_async
  49. postgres_async = "v0.14.0"
  50. ppx_rapper_async
  51. reddit_api_async
  52. rpc_parallel = "v0.14.0"
  53. rpclib-async
  54. sequencer_table = "v0.14.0"
  55. session-cohttp-async
  56. session-cookie-async
  57. session-postgresql-async
  58. sexp = "v0.14.0"
  59. sexp_macro = "v0.14.0"
  60. shuttle >= "0.3.1" & < "0.6.0"
  61. shuttle_http < "0.8.1"
  62. tls-async < "0.17.0"
  63. vcaml = "v0.14.0"
  64. websocket-async >= "2.14" & < "2.16"

Conflicts

None

OCaml

Innovation. Community. Security.