tokio-rs / doc-push

Tokio doc blitz effort - A concerted effort to improve Tokio's documentation.
MIT License
50 stars 7 forks source link

Getting started: should 'Futures' come before 'Runtime Model'? #82

Closed nrc closed 5 years ago

nrc commented 5 years ago

Its not clear to me which of these chapters should come first. Although it's kind of important to understand the polling model before covering futures in depth, the main example in teh runtime model chapter implements a future and it was pretty hard for me to understand that without the explanations in the next chapter.

rylev commented 5 years ago

@nrc Now that futures comes before runtime in the new redone getting-started section, should we close this issue?