zio.Runtime
See theRuntime companion object
A Runtime[R]
is capable of executing tasks within an environment R
.
Attributes
Members list
Type members
Classlikes
trait UnsafeAPI
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
trait UnsafeAPI3
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Abstract methods
The environment of the runtime.
The environment of the runtime.
Attributes
The zio.FiberRefs that will be used for all effects executed by this runtime.
The zio.RuntimeFlags that will be used for all effects executed by this zio.Runtime.
Concrete methods
Constructs a new Runtime
by mapping the environment.
Constructs a new Runtime
by mapping the environment.
Attributes
Runs the effect "purely" through an async boundary. Useful for testing.
Runs the effect "purely" through an async boundary. Useful for testing.
Attributes
Constructs a new Runtime
with the specified new environment.
Constructs a new Runtime
with the specified new environment.
Attributes
In this article