scala.scalanative.util.Scope$
See theScope companion trait
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
Opens an implicit scope, evaluates the function and cleans up all the resources as soon as execution leaves the demercated block.
Opens an implicit scope, evaluates the function and cleans up all the resources as soon as execution leaves the demercated block.
Attributes
Unsafe manually managed scope.
Unsafe manually managed scope.
Attributes
Scope that never closes. Resources allocated in this scope are going to be acquired as long as application is running.
Scope that never closes. Resources allocated in this scope are going to be acquired as long as application is running.
Attributes