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/
Change to setting the connection header in the response based on the request, and then closing the connection in the server based on the response headers. Stop closing the response based on the response code, as I don't know why this is necessary. |
||
---|---|---|
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.