withEnv<C> method

Context<C> withEnv<C>(
  1. C env
)

Implementation

Context<C> withEnv<C>(C env) => Context._(env: env, signal: signal);