scala.scalanative.util
Members list
Type members
Classlikes
Attributes
- Supertypes
- Self type
-
ScalaStdlibCompat.type
Scoped implicit lifetime.
Scoped implicit lifetime.
The main idea behind the Scope is to encode resource lifetimes through a concept of an implicit scope. Scopes are necessary to acquire resources. They are responsible for disposal of the resources once the evaluation exits the demarkated block in the source code.
See https://www.youtube.com/watch?v=MV2eJkwarT4 for details.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class FileShowBuilderclass InMemoryShowBuilder
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ShowBuilder.type
Attributes
- Supertypes
- Self type
-
StringUtils.type
Attributes
- Supertypes
- Self type
-
UnreachableException.type
Types
Scope-managed resource.
Scope-managed resource.
Attributes
Value members
Concrete methods
Acquire given resource in implicit scope.
Acquire given resource in implicit scope.
Attributes
Defer cleanup until the scope closes.
Defer cleanup until the scope closes.
Attributes
Print running time of closure to stdout.
Print running time of closure to stdout.
Attributes
Marker methods, called whenever a specific control-flow branch should never happen.
Marker methods, called whenever a specific control-flow branch should never happen.
Attributes
Marker method, called whenever a specific control-flow branch is not supported.
Marker method, called whenever a specific control-flow branch is not supported.