Creates a new scoped scope, where the value of this fork local is set to newValue, only for the duration of the scope.
Creates a new scoped scope, where the value of this fork local is set to newValue, only for the duration of the scope.
Warning: It is advisable to use supervised scopes if possible, as they minimise the chances of an error to go unnoticed. scoped scopes are considered an advanced feature, and should be used with caution.