Module ExecuteEffect

Module ExecuteEffect 

Source
Expand description

§ExecuteEffect Helper

Defines the generic ExecuteEffect helper function, which provides a more ergonomic and readable way to run ActionEffects within application logic.

Functions§

ExecuteEffect
A generic effect execution helper that takes a runtime and an effect, and executes the effect using that runtime.