EffectRunner<A, E, R> extension
Helper to run effects without explicitly creating a runtime
- on
-
- Effect<
A, E, R>
- Effect<
Methods
-
fork(
[Context< R> ? context]) → Fiber<A, E> -
Available on Effect<
Forks this effect into a fiber using the default runtimeA, E, R> , provided by the EffectRunner extension -
run(
[Context< R> ? context]) → Future<Exit< A, E> > -
Available on Effect<
Runs this effect using the default runtimeA, E, R> , provided by the EffectRunner extension -
runUnsafeWithDefaultRuntime(
[Context< R> ? context]) → Future<A> -
Available on Effect<
Runs this effect unsafely using the default runtimeA, E, R> , provided by the EffectRunner extension