No description
Find a file
Christopher Baines d572f591a3 Rename worker threads to thread pool
I think this needs more work, maybe the thread pool should be more
similar to the resource pool, but I think the name change is still
helpful.

Maybe there's a need for a variable size thread pool and that can
better integrate with the work queue.
2025-01-14 10:05:06 +00:00
knots Rename worker threads to thread pool 2025-01-14 10:05:06 +00:00
tests Rename worker threads to thread pool 2025-01-14 10:05:06 +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 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 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.