Issue with Effect.uninterruptible and Fiber.await in effect-ts
Hello! wrt
does it make sense? Should I do something else? I know that I can probably use a deferred or something but based on the JSDocs it seems like it should work: "the effect will resume when the fiber exits" -- and i assumed that the fiber will exit once the Effect is done as its uninterruptible
Effect.uninterruptible, it seems that when I fork an Effect, I can't wait for it to finish even if it's uninterruptible:does it make sense? Should I do something else? I know that I can probably use a deferred or something but based on the JSDocs it seems like it should work: "the effect will resume when the fiber exits" -- and i assumed that the fiber will exit once the Effect is done as its uninterruptible
