FiberRefs is a data type that represents a collection of FiberRef values.
This allows safely propagating FiberRef values across fiber boundaries, for
example between an asynchronous producer and consumer.
- Companion:
- object
Value members
Concrete methods
Returns a set of each FiberRef in this collection.
Returns a set of each FiberRef in this collection.
Gets the value of the specified FiberRef in this collection of FiberRef
values if it exists or None otherwise.
Gets the value of the specified FiberRef in this collection of FiberRef
values if it exists or None otherwise.