Ensuring `release` execution in `Efftect.acquireRelease` during `FiberHandle.run`
If I have a FiberHandle, and inside the Effect run int he handle, I have an
acquireRelease, shouldn't the release be called on any in-progress Effect in the handle each time I run FiberHandle.run, since that interrupts the in-progress effect in the handle?