Commit graph

3 commits

Author SHA1 Message Date
d3e2352ac0 Make resource pool changes and add parallelism limiter
Some checks failed
/ test (push) Failing after 13s
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-25 18:46:46 +02:00
21e328aebb Improve exception reporting 2025-02-27 13:22:36 +00:00
2f39c58d6c Initial commit 2024-12-16 09:18:12 +00:00