From 1aace95c8d14944358c0374bbda3ce44d759bef7 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 2 Nov 2018 17:53:27 +0200 Subject: [PATCH] Update periodic_worker.h --- include/spdlog/details/periodic_worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/periodic_worker.h b/include/spdlog/details/periodic_worker.h index 57e5fa77..fa6488d1 100644 --- a/include/spdlog/details/periodic_worker.h +++ b/include/spdlog/details/periodic_worker.h @@ -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 #include