FiberRefs

zio.FiberRefs$
See theFiberRefs companion class
object FiberRefs

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FiberRefs.type

Members list

Type members

Classlikes

object Patch

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Patch.type
sealed trait Patch extends (Runtime, FiberRefs) => FiberRefs

A Patch 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.

A Patch 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.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

The empty collection of FiberRef values.

The empty collection of FiberRef values.

Attributes