Package: effect
Module: FiberRefsPatch
A FiberRefsPatch captures the changes in FiberRef values made by a single
fiber as a value. This allows fibers to apply the changes made by a workflow
without inheriting all the FiberRef values of the fiber that executed the
workflow.
Signature
type FiberRefsPatch = Empty | Add | Remove | Update | AndThen
Since v2.0.0