定时器创建 传递回调 callback_type //创建定时器 timer_base* create_timer(timer_base::callback_type&& f, uint64_t ms, bool persist = true) OVERRIDE