Module composable::effects

source ·
Expand description

Additional work to be done after performing an action.

Structs§

  • An Effects that scopes its Actions to one that sends child actions.

Enums§

  • When a Scheduler uses a repeating interval, that interval can begin immediately, a Leading interval, or it may begin after the first delay, a Trailing interval.

Traits§

  • Effects are used within Reducers to propagate Actions as side-effects of performing other Actions.
  • Effects are also Schedulers — able to apply modifiers to when (and how often) Actions. are sent.