Module composable::effects
source · Expand description
Additional work to be done after performing an action.
Structs§
- An
Effects
that scopes itsAction
s to one that sends child actions.
Enums§
- When a
Scheduler
uses a repeating interval, that interval can begin immediately, aLeading
interval, or it may begin after the first delay, aTrailing
interval.
Traits§
Effects
are used withinReducer
s to propagateAction
s as side-effects of performing otherAction
s.