ZIOForkExt<R, E, A> extension

on

Properties

forkIO RIO<R, Fiber<R, E, A>>
An IO version of fork.
no setter
forkScopeIO RIO<Scope<R>, Fiber<R, E, A>>
An IO version of fork.
no setter

Methods

fork<E2>() ZIO<R, E2, Fiber<R, E, A>>
Fork this ZIO into a Fiber, running it in the background.
forkScope<E2>() ZIO<Scope<R>, E2, Fiber<R, E, A>>
Fork this ZIO into a Fiber, running it in the background.