pub fn stdin() -> StdinUnblock
Expand description
Get the synchronised blocking::Unblock
-ed stdin
The returned handle cannot be locked in a re-entrant fashion while the lock is held, within a future/task that is being waited for. If you try, it will cause a deadlock.