pub type TimerFutureStateSafe = Arc<Mutex<TimerFutureState>>;
pub struct TimerFutureStateSafe { /* private fields */ }