1//! Bridge between the declarative `ActionEffect` system and the Echo
2//! work-stealing scheduler. Three entry points: bare `Run` (trait method),
3//! `RunWithTimeout`, and `RunWithRetry`.
45pub mod Run;
67pub mod RunWithRetry;
89pub mod RunWithTimeout;