EffectRunner<A, E, R> extension

Helper to run effects without explicitly creating a runtime

on

Methods

fork([Context<R>? context]) Fiber<A, E>

Available on Effect<A, E, R>, provided by the EffectRunner extension

Forks this effect into a fiber using the default runtime
run([Context<R>? context]) Future<Exit<A, E>>

Available on Effect<A, E, R>, provided by the EffectRunner extension

Runs this effect using the default runtime
runUnsafeWithDefaultRuntime([Context<R>? context]) Future<A>

Available on Effect<A, E, R>, provided by the EffectRunner extension

Runs this effect unsafely using the default runtime