Proxy
zio.Runtime.Proxy
Attributes
- Graph
-
- Supertypes
Members list
Type members
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
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