ed the fiber, the release finalizer gets run prematurely.
The use case is I have a pool of items, and whenever an item is returned to the pool, I want to run a cleanup effect, but I dont want to wait for it until the resource is to be used again. I've reduced the issue to the gist above.