92 nros_cpp_timer_cancel(executor_, handle_id_);
94 executor_ = other.executor_;
95 handle_id_ = other.handle_id_;
96 initialized_ = other.initialized_;
98 closure_ = std::move(other.closure_);
100 other.executor_ =
nullptr;
101 other.initialized_ =
false;