effection icon indicating copy to clipboard operation
effection copied to clipboard

[V4] Using `ensure()` on a task spawned within the current scope raises `Error("halted")`

Open cowboyd opened this issue 8 months ago • 2 comments

To reproduce, run the code snippet in this discussion https://github.com/thefrontside/effection/discussions/975#discussioncomment-12338862

Expected:

script delays for 2000ms while the sleeping tasks completes.

Actual:

Raises Error("halted")

cowboyd avatar Feb 27 '25 13:02 cowboyd