Replies: 1 comment 1 reply
-
Yes, you may call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Provided that
fmtlog::poll(true)
is called by a single thread from within the callback function set withfmtlog::setLogQFullCB
, is it safe to call it there, like in the example below?Asking in terms of reentrancy - would it interfere with any thread local storage, global values, etc, within
fmtlog
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions