Book: explain fuse()
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
Section [Handling Disconnections](https://book.async.rs/tutorial/handling_disconnection.html#handling-disconnections) uses `fuse()` without explanation. I understand that `select!` in a `loop` can cause complete future to be polled again, thus the reason to `fuse()` futures before the loop. But why are we fusing result of `next()`?
Contributor guide
Assessment
This issue has not been assessed yet.