guile-knots/tests
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
..
non-blocking.scm Consistently use non-blocking 2024-12-29 10:45:31 +00:00
parallelism.scm Fix a bug in fibers-batch-map (and related procedures) 2024-12-27 22:14:51 +00:00
promise.scm Initial commit 2024-12-16 09:18:12 +00:00
queue.scm Initial commit 2024-12-16 09:18:12 +00:00
resource-pool.scm Tweak the resource pool 2025-01-09 09:34:11 +00:00
thread-pool.scm Rename worker threads to thread pool 2025-01-14 10:05:06 +00:00
timeout.scm Initial commit 2024-12-16 09:18:12 +00:00
web-server.scm Consistently use non-blocking 2024-12-29 10:45:31 +00:00