// Effect Handler Implementations
//
// This module contains concrete implementations of the ChoreoHandler trait
// for different execution environments:
//
// - in_memory: WASM-compatible handler using futures channels for testing
// - recording: Captures effects for verification
// - telltale: Session-typed Telltale integration
// Re-export handler types for convenience
pub use InMemoryHandler;
pub use ;
pub use ;