Scoped
zio.Runtime.Scoped
final case class Scoped[+R](environment: ZEnvironment[R], fiberRefs: FiberRefs, runtimeFlags: RuntimeFlags, shutdown0: () => Unit) extends Runtime[R]
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
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
Constructs a new Runtime
with the specified new environment.
In this article