Skip to content

Commit 4e91f6d

Browse files
Further improve the README
- drop reddit info (deprecated) - add reference to lwt_domain
1 parent 59006a9 commit 4e91f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,10 @@ promise, and has nothing to do with system or preemptive threads.*
128128
Open an [issue][issues], visit [Discord][discord] chat, ask on
129129
[discuss.ocaml.org][discourse], or on [Stack Overflow][so].
130130

131-
Release announcements are made in [/r/ocaml][reddit], and on
132-
[discuss.ocaml.org][discourse]. Watching the repo for "Releases only" is also an
133-
option.
131+
Release announcements are made on [discuss.ocaml.org][discourse]. Watching the
132+
repo for "Releases only" is also an option.
134133

135134
[so]: https://stackoverflow.com/questions/ask?tags=ocaml,lwt,ocaml-lwt
136-
[reddit]: https://www.reddit.com/r/ocaml/
137135
[discourse]: https://discuss.ocaml.org/tag/lwt
138136
[issues]: https://github.com/ocsigen/lwt/issues/new
139137
[discord]: https://discord.com/invite/cCYQbqN
@@ -179,3 +177,5 @@ distributed computing
179177
- [mwt](https://github.com/hcarty/mwt) — preemptive (system) thread pools
180178
- [opium](https://github.com/rgrinberg/opium)
181179
web framework
180+
- [lwt_domain](https://github.com/ocsigen/lwt_domain) — domain parallelism when
181+
using Lwt with OCaml 5

0 commit comments

Comments
 (0)