Skip to main content

Module effect_handler

Module effect_handler 

Source
Expand description

Real implementation of AppEffectHandler.

This handler executes actual side effects for production use. It provides concrete implementations for all AppEffect variants by delegating to the appropriate system calls or internal modules.

Structsยง

RealAppEffectHandler
Real effect handler that executes actual side effects.
RealAppEffectHandlerWithExecutor
A variant of RealAppEffectHandler that can execute rebase operations.