Questions about ExecutionStrategy in Scope.fork and its impact on finalizers
Hi, I have a few questions about
1. It has a thing called
2. Let's say we close the child scope manually, how will it behave based on the strategy? Is there a difference in how it runs finalizers?
Scope.fork:1. It has a thing called
ExecutionStrategy with sequential, parallel setting, etc. What's the difference between these strategies? 2. Let's say we close the child scope manually, how will it behave based on the strategy? Is there a difference in how it runs finalizers?
