From 8e869463154bd31843a264908d089c725d5ba715 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Sat, 28 Dec 2019 03:56:35 +0300 Subject: [PATCH] Link to rwo-lwt and other docs from the manual To increase their discoverability. --- docs/manual.wiki | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual.wiki b/docs/manual.wiki index 4533677874..f59a9839fc 100644 --- a/docs/manual.wiki +++ b/docs/manual.wiki @@ -43,6 +43,14 @@ In the first part, we will explain the concepts of {{{Lwt}}}, then we will describe the main modules {{{Lwt}}} consists of. +=== Finding examples === + + Additional sources of examples: + + * [[https://github.com/dkim/rwo-lwt#readme|Concurrent Programming with Lwt]] + * [[https://mirage.io/wiki/tutorial-lwt|Mirage Lwt Tutorial]] + * [[http://www.baturin.org/code/lwt-counter-server/|Simple Server with Lwt]] + == The Lwt core library == In this section we describe the basics of {{{Lwt}}}. It is advised to