- Companion
- object
Value members
Abstract methods
Concrete methods
Starts the runner, and then watches it until it is stopped
(or done or failed), then calling dispose
on it.
Starts the runner, and then watches it until it is stopped
(or done or failed), then calling dispose
on it.
Inherited methods
Registers a live observer with this observable. The method is called with the
observing function which receives the observable's update message of type A
, and the
method generates an opaque Disposable
instance, which may be used to
remove the observer eventually (through the dispose
method).
Registers a live observer with this observable. The method is called with the
observing function which receives the observable's update message of type A
, and the
method generates an opaque Disposable
instance, which may be used to
remove the observer eventually (through the dispose
method).
- Inherited from
- Observable
Like react
, but also invokes the function with the current state immediately.
Like react
, but also invokes the function with the current state immediately.
- Inherited from
- ViewBase