ThreadLocalBridge

zio.ThreadLocalBridge
See theThreadLocalBridge companion trait

Attributes

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

Members list

Type members

Classlikes

class TrackingFiberRef[A](fiberRef: FiberRef[A], link: A => Unit) extends Proxy[A]

Attributes

Supertypes
class Proxy[A]
trait FiberRef[A]
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def makeFiberRef[A](initialValue: A)(link: A => Unit): ZIO[Scope & ThreadLocalBridge, Nothing, FiberRef[A]]

Concrete fields

val live: ZLayer[Any, Nothing, ThreadLocalBridge]