Unbounded Scope
open class UnboundedScope(registry: ScopeRegistry) : Scope<Any?> , ScopeCloseable
Content copied to clipboard
Scope that is not bound to a context (always lives).
This is kind of equivalent to having no scope at all, except that you can call clear.
Constructors
UnboundedScope
Link copied to clipboard
Functions
Properties
registry
Link copied to clipboard