guile-knots/knots
Christopher Baines dcb56ee2c5 Tweak the resource pool
Mostly to no longer sleep in the main fiber. Now the main fiber just
spawns other fibers when it would previously block on put-operation
and these other fibers communicate back to the main resource pool
fiber when necessary.

This should mean that the resource pool is more responsive.
2025-01-09 09:34:11 +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
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
worker-threads.scm Allow nesting worker thread calls 2024-12-28 10:44:12 +00:00