tonivade / purefun

Functional Programming library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate how to use Fibers aka VirtualThreads

tonivade opened this issue · comments

a possible method is

static ZIO<R, E, ZIO<R, E, A>> fork(ZIO<R, E, A> value);

so the definition of a Fiber is a ZIO of a ZIO?