Package: effect
Module: Effect
Returns a new workflow that executes this one and captures the changes in
FiberRef values.
Signature
declare const diffFiberRefs: <A, E, R>(self: Effect<A, E, R>) => Effect<[FiberRefsPatch.FiberRefsPatch, A], E, R>
Since v2.0.0