Function getStderrMutex [src]
Prototype
pub fn getStderrMutex() *std.Thread.Mutex
Source
pub fn getStderrMutex() *std.Thread.Mutex {
@compileError("deprecated. call std.debug.lockStdErr() and std.debug.unlockStdErr() instead which will integrate properly with std.Progress");
}