1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Update periodic_worker.h

This commit is contained in:
Gabi Melman 2018-07-22 02:02:01 +03:00 committed by GitHub
parent 9e4925eff0
commit 3684228cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
#pragma once #pragma once
// periodic worker thread - peridically executes the given callback function. // periodic worker thread - periodically executes the given callback function.
// //
// RAII over the owned thread: // RAII over the owned thread:
// creates the thread on construction. // creates the thread on construction.