Skip to content

Commit

Permalink
std::thread::join docs do not mention joinable() as a precondition
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Sep 15, 2023
1 parent 55c69e3 commit ac64ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/include/log4cxx/helpers/filewatchdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LOG4CXX_EXPORT FileWatchdog
void start();

/**
Stop the thread that periodically checks for a file change. Precondition: is_active()
Stop the thread that periodically checks for a file change.
*/
void stop();

Expand Down

0 comments on commit ac64ec5

Please sign in to comment.