Update ch17-05-traits-for-async.md

pull/887/head
qwer252 1 week ago committed by GitHub
parent 6a0a787bfe
commit ea0b8916b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,7 +44,7 @@ match page_title(url).poll() {
None => println!("{url} had no title"),
}
Pending => {
// But what goes here?
// 但这里运行什么呢?
}
}
```

Loading…
Cancel
Save