Understanding `Layer.scope` and its use cases in `ManagedRuntime`

Hi, I have some questions about Layer.scope:
1. Do I understand correctly that if you provide it to a ManagedRuntime, all effects that use the runtime will use the provided scope when you do Effect.forkScoped()?
2. If this is not the case, then what are the use cases for Layer.scope?
Was this page helpful?