pub type StdoutUnblockLock<'lt> = <Stdout as StdioExt>::Locked<'lt>;
Expand description
Lock on the global asynchronous accessor for Standard Output
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.