Class: Takagi::Reactor
- Inherits:
-
Object
- Object
- Takagi::Reactor
- Defined in:
- sig/takagi/reactor.rbs
Overview
Coordinates local observables and remote observe subscriptions.
Instance Method Summary collapse
-
#initialize ⇒ Reactor
constructor
A new instance of Reactor.
- #observable {|arg0| ... } ⇒ Object
- #observe {|arg0| ... } ⇒ Object
- #start ⇒ Object
- #trigger_observe ⇒ Object
Constructor Details
#initialize ⇒ Reactor
Returns a new instance of Reactor.
10 |
# File 'sig/takagi/reactor.rbs', line 10
def initialize: () -> void
|
Instance Method Details
#observable {|arg0| ... } ⇒ Object
12 |
# File 'sig/takagi/reactor.rbs', line 12
def observable: (untyped path) { (?) -> untyped } -> untyped
|
#observe {|arg0| ... } ⇒ Object
14 |
# File 'sig/takagi/reactor.rbs', line 14
def observe: (untyped uri) { (?) -> untyped } -> untyped
|
#start ⇒ Object
18 |
# File 'sig/takagi/reactor.rbs', line 18
def start: () -> untyped
|
#trigger_observe ⇒ Object
16 |
# File 'sig/takagi/reactor.rbs', line 16
def trigger_observe: (untyped uri, untyped value) -> untyped
|