Skip to content

Commit

Permalink
Добавлена ссылка на gist dead_simple_read_files_in_lwt.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
dx3mod committed Dec 2, 2024
1 parent 8302a18 commit 4a70cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/libraries/concurrency/lwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ outline: deep
> - [CS3110, 8.7. Promises](https://cs3110.github.io/textbook/chapters/ds/promises.html) — детальной рассмотрение дизайна и устройства промисов;
> - Скринкаст [Промисы под капотом](https://t.me/zenofrel/299)
> - [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);
> - Gist [`dead_simple_read_files_in_lwt.ml`](https://gist.github.com/dx3mod/1999b99d0d26f95705d1641722f474ab);
> ---
> - [Lwt: a Cooperative Thread Library](https://www.irif.fr/~vouillon/publi/lwt.pdf) — whitepaper про устройство Lwt;
> - Детали реализации core'а смотрите в файле [`lwt.ml`](https://github.com/ocsigen/lwt/blob/master/src/core/lwt.ml) и т.д.;
Expand Down

0 comments on commit 4a70cee

Please sign in to comment.