No description
Find a file
Christopher Baines dcb56ee2c5 Tweak the resource pool
Mostly to no longer sleep in the main fiber. Now the main fiber just
spawns other fibers when it would previously block on put-operation
and these other fibers communicate back to the main resource pool
fiber when necessary.

This should mean that the resource pool is more responsive.
2025-01-09 09:34:11 +00:00
knots Tweak the resource pool 2025-01-09 09:34:11 +00:00
tests Tweak the resource pool 2025-01-09 09:34:11 +00:00
.gitignore Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
bootstrap Initial commit 2024-12-16 09:18:12 +00:00
configure.ac Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
COPYING Initial commit 2024-12-16 09:18:12 +00:00
guile.am Initial commit 2024-12-16 09:18:12 +00:00
guix-dev.scm Initial commit 2024-12-16 09:18:12 +00:00
knots.scm Add call-with-sigint 2024-12-25 20:35:40 +00:00
Makefile.am Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
pre-inst-env.in Initial commit 2024-12-16 09:18:12 +00:00
README Initial commit 2024-12-16 09:18:12 +00:00
test-env.in Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
tests.scm Initial commit 2024-12-16 09:18:12 +00:00

-*- mode: org -*-

This Guile library provides useful patterns and functionality to use
Guile Fibers.