Expand description
Effect creation and routing.
§Effect Module (Track)
Contains the effect creation and routing functionality for the Track module.
Modules§
- Create
Effect 🔒ForRequest - CreateEffectForRequest (Track)
- Mapped
Effect 🔒Type - MappedEffect (Track)
Functions§
- Create
Effect ForRequest - Maps a string-based method name (command or RPC) to its corresponding effect
constructor, returning a boxed closure (
MappedEffect) that can be executed by the ApplicationRunTime. - Fn
- Maps a string-based method name (command or RPC) to its corresponding effect
constructor, returning a boxed closure (
MappedEffect) that can be executed by the ApplicationRunTime.
Type Aliases§
- Mapped
Effect - A type alias for a boxed, runnable effect. This is the “type-erased” unit of work that the dispatch logic can execute.