Skip to content

Commit

Permalink
Tokio vs Futures intro point (tokio-rs#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge authored and rylev committed Oct 11, 2018
1 parent dd489e3 commit a62f71b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion outline/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ overview of Streams (as the iterator version of futures).
* Explanation that Tokio's futures are lazy. If the future is not spawned, no work
will ever be done.
* High level explanation of Streams.
* Tokio vs Futures - how do they fit together

<a name="runtime"></a>
## Tokio Runtime
Expand All @@ -50,4 +51,4 @@ tasks on the runtime, and the basics of the polling model.

**Status**: rylev

A tutorial showing how to implement an echo server and client.
A tutorial showing how to implement an echo server and client.

0 comments on commit a62f71b

Please sign in to comment.