Commit graph

3 commits

Author SHA1 Message Date
37280c95f1 Make resource pool changes and add parallelism limiter
All checks were successful
/ test (push) Successful in 11s
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:51:05 +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