The environment of the runtime.
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.
Constructs a new Runtime
by mapping the environment.
Runs the effect "purely" through an async boundary.
Runs the effect "purely" through an async boundary. Useful for testing.
Constructs a new Runtime
with the specified new environment.
A
Runtime[R]
is capable of executing tasks within an environmentR
.