Guile library providing useful patterns when using Guile Fibers.
This includes concurrency primitives, promises, non-blocking utilities, a resource pool, a web server implementation and more.
https://cbaines.codeberg.page/guile-knots/
Allow the thread pool to vary in size by basing it on a resource pool of fixed size thread pools, which are similar to the previous thread pool implementation. Fixed size thread pools don't require fibers, but thread pools now do. Some procedures work with either thread pool implementation. |
||
---|---|---|
knots | ||
tests | ||
.gitignore | ||
bootstrap | ||
configure.ac | ||
COPYING | ||
guile.am | ||
guix-dev.scm | ||
knots.scm | ||
Makefile.am | ||
pre-inst-env.in | ||
README | ||
test-env.in | ||
tests.scm |
-*- mode: org -*- This Guile library provides useful patterns and functionality to use Guile Fibers.