Update periodic_worker.h

This commit is contained in:
Gabi Melman
2018-11-02 17:53:27 +02:00
committed by GitHub
parent 7844471971
commit 1aace95c8d

View File

@@ -10,7 +10,7 @@
//
// RAII over the owned thread:
// creates the thread on construction.
// stops and joins the thread on destruction.
// stops and joins the thread on destruction (if the thread is executing a callback, wait for it to finish first).
#include <chrono>
#include <condition_variable>