pub type Atomic = Arc<Mutex<(Box<dyn StatefulAction>, State)>>;
pub struct Atomic { /* private fields */ }