Scoped
zio.Runtime.Scoped
final case class Scoped[+R](environment: ZEnvironment[R], fiberRefs: FiberRefs, runtimeFlags: RuntimeFlags, shutdown0: () => Unit)
A runtime that can be shutdown to release resources allocated to it.
Attributes
- Graph
-
- Supertypes
- Self type
-
Scoped[R]
Members list
Type members
Classlikes
trait UnsafeAPI2
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited classlikes
trait UnsafeAPI
Attributes
- Inherited from:
- Runtime
- Supertypes
-
class Objecttrait Matchableclass Any
trait UnsafeAPI3
Attributes
- Inherited from:
- Runtime
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Constructs a new Runtime by mapping the environment.
Attributes
- Definition Classes
-
Internal -> Runtime
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Runs the effect "purely" through an async boundary. Useful for testing.
Runs the effect "purely" through an async boundary. Useful for testing.
Attributes
- Inherited from:
- Runtime
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Internal -> Any
- Inherited from:
- Internal (hidden)
Constructs a new Runtime with the specified new environment.
Inherited fields
Attributes
- Inherited from:
- Internal (hidden)
In this article