Update periodic_worker.h

pull/773/head
Gabi Melman 7 years ago committed by GitHub
parent 9e4925eff0
commit 3684228cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
#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:
// creates the thread on construction.
@ -74,4 +74,4 @@ private:
std::condition_variable cv_;
};
} // namespace details
} // namespace spdlog
} // namespace spdlog

Loading…
Cancel
Save