Function lockStdErr [src]
Allows the caller to freely write to stderr until unlockStdErr is called.
During the lock, any std.Progress information is cleared from the terminal.
Prototype
pub fn lockStdErr() void
Source
pub fn lockStdErr() void {
std.Progress.lockStdErr();
}