pub type ExecutionStack = Arc<Mutex<HashSet<String>>>;
pub struct ExecutionStack { /* private fields */ }