Type Alias StdinUnblockLock

Source
pub type StdinUnblockLock<'lt> = <Stdin as StdioExt>::Locked<'lt>;
Expand description

Lock on the global asynchronous accessor for Standard Input

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.