effect_handlers library

Classes

AsyncEffectHandler<Effect, Msg>
An EffectHandler implementation for handling effects asynchronously.
DebounceEffectHandler<Effect, Msg>
An EffectHandler implementation that adds a debounce mechanism to effect handling.
IsolateEffectHandler<Effect, Msg>
An EffectHandler implementation that processes effects in a separate isolate.
SequentialEffectHandler<Effect, Msg>
An EffectHandler implementation that ensures effects are handled sequentially.
SyncEffectHandler<Effect, Msg>
A synchronous EffectHandler implementation for processing effects.