Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface SideEffectScope<State, Action : Any> : CoroutineScope

A scope for a SideEffect.

Functions

Link copied to clipboard

Creates a Middleware that handles side effects. A side effect observes specified actions and may dispatch other actions. This can handle asynchronous operations using coroutines.