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
This ensures that calls to print/println happening in different threads
are not interleaved.
TODO: this lock might need to be recursive, so that signal handlers
(such as SIGSEGV) can print things when a segmentation fault happens
while the lock is held.
0 commit comments