guile-knots/knots
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 Add fiberize 2025-01-08 15:57:15 +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 Initial commit 2024-12-16 09:18:12 +00:00