|
|
@ -167,9 +167,7 @@ impl Stdin {
|
|
|
|
static ref STDIN: std::io::Stdin = std::io::stdin();
|
|
|
|
static ref STDIN: std::io::Stdin = std::io::stdin();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
blocking::spawn(async {
|
|
|
|
blocking::spawn(async { StdinLock(STDIN.lock()) }).await
|
|
|
|
StdinLock(STDIN.lock())
|
|
|
|
|
|
|
|
}).await
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|