withRuntime method

ZIOContext<R> withRuntime(
  1. Runtime runtime
)

Implementation

ZIOContext<R> withRuntime(Runtime runtime) => copyWith(runtime: runtime);