From 4e91f6d9f124075df8479fde1ec1a47580e813d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Fri, 8 Nov 2024 15:13:23 +0100 Subject: [PATCH] Further improve the README - drop reddit info (deprecated) - add reference to lwt_domain --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f56c460f3..12ef39f49 100644 --- a/README.md +++ b/README.md @@ -128,12 +128,10 @@ promise, and has nothing to do with system or preemptive threads.* Open an [issue][issues], visit [Discord][discord] chat, ask on [discuss.ocaml.org][discourse], or on [Stack Overflow][so]. -Release announcements are made in [/r/ocaml][reddit], and on -[discuss.ocaml.org][discourse]. Watching the repo for "Releases only" is also an -option. +Release announcements are made on [discuss.ocaml.org][discourse]. Watching the +repo for "Releases only" is also an option. [so]: https://stackoverflow.com/questions/ask?tags=ocaml,lwt,ocaml-lwt -[reddit]: https://www.reddit.com/r/ocaml/ [discourse]: https://discuss.ocaml.org/tag/lwt [issues]: https://github.com/ocsigen/lwt/issues/new [discord]: https://discord.com/invite/cCYQbqN @@ -179,3 +177,5 @@ distributed computing - [mwt](https://github.com/hcarty/mwt) — preemptive (system) thread pools - [opium](https://github.com/rgrinberg/opium) — web framework +- [lwt_domain](https://github.com/ocsigen/lwt_domain) — domain parallelism when + using Lwt with OCaml 5