GlobalSignal<V> constructor

GlobalSignal<V>(
  1. V value
)

Implementation

GlobalSignal(V value) : super(value) {
  registerSignal();
}