guile-knots/tests
Christopher Baines ab5411da42
All checks were successful
/ test (push) Successful in 9s
Make resource pool changes and add parallelism limiter
This was motivated by trying to allow for completely cleaning up
resource pools, which involved removing their use of fiberize which
currently has no destroy mechanism.

As part of this, there's a new parallelism limiter mechanism using
resource pools rather than fibers, and also a fixed size resource
pool.

The tests now drain? and destroy the resource pools to check cleaning
up.
2025-06-26 10:43:46 +02:00
..
non-blocking.scm Consistently use non-blocking 2024-12-29 10:45:31 +00:00
parallelism.scm Make resource pool changes and add parallelism limiter 2025-06-26 10:43:46 +02: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 Make resource pool changes and add parallelism limiter 2025-06-26 10:43:46 +02: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 Fix typo 2025-06-18 13:22:03 +03:00