guile-knots/knots
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 Remove trailing whitespace 2025-02-27 12:07:16 +00:00
parallelism.scm Handle %stacks not being a pair 2025-05-15 09:26:29 +01: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 Handle %stacks not being a pair 2025-05-15 09:26:29 +01:00
thread-pool.scm Rework thread pools 2025-05-19 09:06:08 +01:00
timeout.scm Revert "Use module-ref for make-base-operation" 2025-03-04 14:18:32 +00:00
web-server.scm Remove the web-server exception handler 2025-03-14 14:51:42 +00:00