Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita232c74

Browse files
committed
chore(docs): remove mio async comments
1 parent74c82be commita232c74

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

‎examples/async-client.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ fn main() {
2525
let(usr_msg, stdin_ch) = mpsc::channel(0);
2626

2727
// Spawn new thread to read user input
28-
// stdin isn't supported in mio yet, so we use a thread
29-
// see https://github.com/carllerche/mio/issues/321
3028
thread::spawn(||{
3129
letmut input =String::new();
3230
letmut stdin_sink = usr_msg.wait();

‎examples/ssl-client.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ fn main() {
1919
.build()
2020
.unwrap();
2121

22-
// standard in isn't supported in mio yet, so we use a thread
23-
// see https://github.com/carllerche/mio/issues/321
2422
let(usr_msg, stdin_ch) = mpsc::channel(0);
2523
thread::spawn(||{
2624
letmut input =String::new();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp