Question about Effect.scoped necessity in a Fiber example
Hi everyone, just going through the documentation as a newcomer to understand things a little bit and I have the following issue, in the Guides > Concurrency > Fibers: forkIn specific scope we have the following code to show how a Fiber can be tied to a user manager scope:
What I'm trying to know is if there is any difference with this program, and one where the
What I'm trying to know is if there is any difference with this program, and one where the
Effect.scoped of the inner Effect.gen is removed, is it really needed ?