guile-knots/tests
Christopher Baines 016f37f108 Rework thread pools
Allow the thread pool to vary in size by basing it on a resource pool
of fixed size thread pools, which are similar to the previous thread
pool implementation.

Fixed size thread pools don't require fibers, but thread pools now
do. Some procedures work with either thread pool implementation.
2025-05-19 09:06:08 +01:00
..
non-blocking.scm Consistently use non-blocking 2024-12-29 10:45:31 +00:00
parallelism.scm Add a fibers-parallel test 2025-03-10 21:33:29 +00:00
promise.scm Add fibers-promise-result-available? 2025-01-29 16:16:35 +00:00
queue.scm Initial commit 2024-12-16 09:18:12 +00:00
resource-pool.scm Resource pool max waiters and destroy changes 2025-04-27 09:41:56 +01:00
thread-pool.scm Rework thread pools 2025-05-19 09:06:08 +01:00
timeout.scm Initial commit 2024-12-16 09:18:12 +00:00
web-server.scm Remove the web-server exception handler 2025-03-14 14:51:42 +00:00