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§
- Execute
Effect - A generic effect execution helper that takes a runtime and an effect, and executes the effect using that runtime.