remove duplicate title

This commit is contained in:
Pure White 2020-03-24 16:27:54 +08:00 committed by GitHub
parent d073a9dea7
commit abc53156a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ the current task until a particular `Future` completes. However, real
asynchronous applications often need to execute several different
operations concurrently.
# Executing Multiple Futures at a Time
In this chapter, we'll cover some ways to execute multiple asynchronous
operations at the same time: