pub type StderrUnblockLock<'lt> = <Stderr as StdioExt>::Locked<'lt>;
Expand description
Lock on the global asynchronous accessor for Standard Error
This lock is not reentrant. If you hold this lock, and then wait for something else that needs to wait to lock this, then it will cause a deadlock.