Running and Awaiting Fiber Execution in Fork Mode
Hi, is there a way to run an Effect in Fork mode with yield, and then, after executing some code, wait for that fiber to finish and retrieve the result? How should we wait to get the fiber's information?
