Update periodic_worker.h

pull/893/head
Gabi Melman 7 years ago committed by GitHub
parent 7844471971
commit 1aace95c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save