Package-level declarations
Types
API for something that can be connected to be part of a MobiusLoop.
Handle for a connection created by Connectable.
Indicates that a Connectable connection caused an unhandled exception.
Exception to be thrown by a Connectable that doesn't support multiple simultaneous connections.
A Connectable that ensures that Connections created by the wrapped Connectable don't emit or receive any values after being disposed.
Wraps a Connection or a Consumer and blocks them from receiving any further values after the wrapper has been disposed.
Interface for event sources.
An EventSource that merges multiple sources into one
Provides hooks to configure global Mobius.kt behavior including error handling and default work runners.
This is the main loop for Mobius.
A basic MobiusLoop.Logger implementation backed by the current MobiusHooks.InternalLogger.