effect-io-ai

Package: effect
Module: FiberRefsPatch

FiberRefsPatch.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

Source

Since v2.0.0