Skip to main content

Module Effect

Module Effect 

Source
Expand description

Effect creation and routing.

§Effect Module (Track)

Contains the effect creation and routing functionality for the Track module.

Modules§

CreateEffectForRequest 🔒
CreateEffectForRequest (Track)
MappedEffectType 🔒
MappedEffect (Track)

Functions§

CreateEffectForRequest
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§

MappedEffect
A type alias for a boxed, runnable effect. This is the “type-erased” unit of work that the dispatch logic can execute.