Commit graph

6 commits

Author SHA1 Message Date
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
409fa1df5c Allow customising the resource-pool put-message timeout 2025-01-08 12:23:18 +00:00
66e0c52bf4 Export resource-pool-name 2025-01-08 12:23:08 +00:00
0771a41fe0 Print resource pools without the channel
Since the channel printer prints quite a lot of text.
2025-01-06 19:22:50 +00:00
97a3116b81 Support getting the pool from the timeout error 2025-01-06 19:06:28 +00:00
2f39c58d6c Initial commit 2024-12-16 09:18:12 +00:00