Skip to content

Commit

Permalink
clarify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Jan 31, 2024
1 parent 8883732 commit 27f065e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/log/UniCoutLog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// - CORE:
// . cout
//
// - NOT MT safe: since (static) member; so shall ONLY use in main thread
// - MT safe: NO!!! since (static) member; so shall NOT cross-thread use
// ***********************************************************************************************
#ifndef UNI_COUT_LOG_HPP_
#define UNI_COUT_LOG_HPP_
Expand Down
2 changes: 1 addition & 1 deletion src/log/UniSmartLog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// - CORE:
// . smartLog_
//
// - NOT MT safe: since (static) member; so shall ONLY use in main thread
// - MT safe: NO!!! since (static) member; so shall NOT cross-thread use
// ***********************************************************************************************
#ifndef UNI_SMART_LOG_HPP_
#define UNI_SMART_LOG_HPP_
Expand Down

0 comments on commit 27f065e

Please sign in to comment.