Timer calling a function at regular interval interval

前端 未结 0 1016
离开以前
离开以前 2021-02-20 07:12
static void timer_start(std::function func, unsigned int interval)
{
  
  std::thread([func, interval]()
  { 
    while (true)
    { 
      auto x = st         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题