You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/libraries/concurrency/lwt.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,14 @@ outline: deep
12
12
Также активно используется в среде [MirageOS].
13
13
14
14
> [!NOTE] Смотрите также
15
+
> -[Заметка о Lwt, Василий Ёркин](https://vyorkin.org/ru-ru/posts/about-lwt/)
16
+
> ---
15
17
> -[CS3110, 8.7. Promises](https://cs3110.github.io/textbook/chapters/ds/promises.html)— детальной рассмотрение дизайна и устройства промисов;
16
-
> - Детали реализации смотрите в файле [`lwt.ml`](https://github.com/ocsigen/lwt/blob/master/src/core/lwt.ml) и т.д.;
18
+
> - Скринкаст [Промисы под капотом](https://t.me/zenofrel/299)
19
+
> -[tiny-async-lib](https://github.com/dx3mod/tiny-async-lib)— игрушечная библиотека для понимания устройства Lwt, можете также посмотреть [видео-разбор](https://t.me/zenofrel/305) его исходного кода и [пост с форума](https://discuss.ocaml.org/t/tiny-educational-concurrent-i-o-and-promises-library);
20
+
> ---
21
+
> -[Lwt: a Cooperative Thread Library](https://www.irif.fr/~vouillon/publi/lwt.pdf)— whitepaper про устройство Lwt;
22
+
> - Детали реализации core'а смотрите в файле [`lwt.ml`](https://github.com/ocsigen/lwt/blob/master/src/core/lwt.ml) и т.д.;
0 commit comments