DynamicScopeImpl

reactives.core.DynamicScopeImpl
class DynamicScopeImpl[State[_], Tx <: Transaction[State]](val scheduler: SchedulerWithDynamicScope[State, Tx]) extends DynamicScope[State]

Attributes

Graph
Supertypes
trait DynamicScope[State]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final override def maybeTransaction: Option[Tx]

Attributes

Definition Classes

Concrete fields

final protected val _currentTransaction: DynamicVariable[Option[Tx]]