No description
Find a file
Christopher Baines 4f0eafef0a Resource pool max waiters and destroy changes
Add the ability to specify the max number of waiters for a resource
pool, this provides a more efficient way of avoiding waiters for a
resource pool continually rising.

This commit also improves the destroy behaviour.
2025-04-27 09:41:56 +01:00
knots Resource pool max waiters and destroy changes 2025-04-27 09:41:56 +01:00
tests Resource pool max waiters and destroy changes 2025-04-27 09:41:56 +01: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 Use guile-next and guile-fibers-next for development 2025-03-08 10:14:33 +00:00
knots.scm Fix knots-exception? 2025-02-27 12:18:36 +00:00
Makefile.am Rename worker threads to thread pool 2025-01-14 10:05:06 +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 Remove GUILE_AUTO_COMPILE=0 from test-env.in 2025-03-08 10:14:54 +00:00
tests.scm Improve exception reporting 2025-02-27 13:22:36 +00:00

-*- mode: org -*-

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