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

Commit2e8c579

Browse files
Fix typo: at a time instead of at time
1 parent8fea050 commit2e8c579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/src/tutorial/receiving_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ handle.await?
118118
The`.await` waits until the client finishes, and`?` propagates the result.
119119

120120
There are two problems with this solution however!
121-
*First*, because we immediately await the client, we can only handle one client at time, and that completely defeats the purpose of async!
121+
*First*, because we immediately await the client, we can only handle one client atatime, and that completely defeats the purpose of async!
122122
*Second*, if a client encounters an IO error, the whole server immediately exits.
123123
That is, a flaky internet connection of one peer brings down the whole chat room!
124124

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp