object ZScope
- Companion:
- class
Type members
Classlikes
Represents a key in a scope, which is associated with a single finalizer.
Represents a key in a scope, which is associated with a single finalizer.
- Companion:
- object
final class Local[A](val finalizerCount: AtomicInteger, val exitValue: AtomicReference[A], val references: AtomicInteger, val weakFinalizers: Map[Key, OrderedFinalizer], val strongFinalizers: Map[Key, OrderedFinalizer]) extends ZScope[A]
A tuple that contains an open scope, together with a function that closes the scope.
A tuple that contains an open scope, together with a function that closes the scope.