Unverified Commit 3684228c authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update periodic_worker.h

parent 9e4925ef
...@@ -6,7 +6,7 @@ ...@@ -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.
...@@ -74,4 +74,4 @@ private: ...@@ -74,4 +74,4 @@ private:
std::condition_variable cv_; std::condition_variable cv_;
}; };
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment