File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
// - CORE:
15
15
// . cout
16
16
//
17
- // - NOT MT safe: since (static) member; so shall ONLY use in main thread
17
+ // - MT safe: NO!!! since (static) member; so shall NOT cross- thread use
18
18
// ***********************************************************************************************
19
19
#ifndef UNI_COUT_LOG_HPP_
20
20
#define UNI_COUT_LOG_HPP_
Original file line number Diff line number Diff line change 11
11
// - CORE:
12
12
// . smartLog_
13
13
//
14
- // - NOT MT safe: since (static) member; so shall ONLY use in main thread
14
+ // - MT safe: NO!!! since (static) member; so shall NOT cross- thread use
15
15
// ***********************************************************************************************
16
16
#ifndef UNI_SMART_LOG_HPP_
17
17
#define UNI_SMART_LOG_HPP_
You can’t perform that action at this time.
0 commit comments