moonpool/picos_std/_doc-dir/odoc-pages/index.mld
2024-12-04 16:11:59 +00:00

18 lines
627 B
Text

{0 Sample libraries for Picos}
This package contains sample scheduler agnostic libraries for {!Picos}. Many of
the modules are intentionally designed to mimic modules from the OCaml Stdlib.
{!modules:
Picos_std_finally
Picos_std_awaitable
Picos_std_event
Picos_std_structured
Picos_std_sync
}
{^ These libraries are both meant to serve as examples of what can be done and
to also provide practical means for programming with fibers. Hopefully there
will be many more libraries implemented in Picos like these providing
different approaches, patterns, and idioms for structuring concurrent
programs.}