Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Value members
Concrete methods
Accesses a scope in the environment and adds a finalizer to it.
Accesses a scope in the environment and adds a finalizer to it.
Attributes
Accesses a scope in the environment and adds a finalizer to it.
Accesses a scope in the environment and adds a finalizer to it.
Attributes
Makes a scope. Finalizers added to this scope will be run sequentially in the reverse of the order in which they were added when this scope is closed.
Makes a scope. Finalizers added to this scope will be run sequentially in the reverse of the order in which they were added when this scope is closed.
Attributes
Makes a scope. Finalizers added to this scope will be run according to the specified ExecutionStrategy
.
Makes a scope. Finalizers added to this scope will be run according to the specified ExecutionStrategy
.
Attributes
Concrete fields
A layer that constructs a scope and closes it when the workflow the layer is provided to completes execution, whether by success, failure, or interruption. This can be used to close a scope when providing a layer to a workflow.
A layer that constructs a scope and closes it when the workflow the layer is provided to completes execution, whether by success, failure, or interruption. This can be used to close a scope when providing a layer to a workflow.
Attributes
The global scope which is never closed. Finalizers added to this scope will be immediately discarded and closing this scope has no effect.
The global scope which is never closed. Finalizers added to this scope will be immediately discarded and closing this scope has no effect.