//! Effect execution module for TEA pattern.
//!//! This module handles the execution of side effects returned by the update function.
//! Effects are executed asynchronously and dispatch result messages back to the update function.
pubmodexecutor;pubmodgit;pubuseexecutor::EffectExecutor;