Proxy
zio.Runtime$.Proxy
Members list
Value members
Concrete 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.
Inherited methods
Constructs a new Runtime
by mapping the environment.
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
Attributes
- Inherited from:
- Runtime
Constructs a new Runtime
with the specified new environment.
In this article