MobiusLoop
This is the main loop for Mobius.
It hooks up all the different parts of the main Mobius loop, and dispatches messages internally on the appropriate executors.
Types
Link copied to clipboard
Defines a fluent API for configuring a MobiusLoop. Implementations must be immutable, making them safe to share between threads.
Link copied to clipboard
Defines a controller that can be used to start and stop MobiusLoops.
Functions
Link copied to clipboard
Link copied to clipboard
Add an observer of model changes to this loop. If mostRecentModel is non-null, the observer will immediately be notified of the most recent model. The observer will be notified of future changes to the model until the loop or the returned Disposable is disposed.