rust-lang / async-book

Asynchronous Programming in Rust
https://rust-lang.github.io/async-book/index.html
MIT License
1.79k stars 241 forks source link

Obviously old comment removal #194

Closed bravequickcleverfibreyarn closed 1 year ago

bravequickcleverfibreyarn commented 1 year ago

Comment not truly explains what happening inside select loop.

eholk commented 1 year ago

Would it be possible to update the comment to explain what the function actually does now instead?

bravequickcleverfibreyarn commented 1 year ago

Initially I was about too but then I found that it is only some relict. Relevant information are provided in method body already. Also this way it has same "style" as other async fn run_loop explanation.

eholk commented 1 year ago

Sounds good. I'll go ahead and merge this then. Thanks!