ThreadLocalBridge

zio.ThreadLocalBridge$
See theThreadLocalBridge companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
class Proxy[A]
trait FiberRef[A]
class Object
trait Matchable
class Any

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]