You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactoring][SerialPrinter]: Remove atomic print lock from SerialPrinter
Eliminated the use of std::atomic<bool> print_lock and related locking logic from SerialPrinter.</bool>
Simplified the print() method to directly invoke PrintHandler::create without contention checks.
Updated method signature to be const-correct.
Signed-off-by: Goran Mišković <[email protected]>
0 commit comments