tokio-rs / doc-push

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

Sketch out a concurrency section #54

Closed carllerche closed 6 years ago

carllerche commented 6 years ago

Thoughts?

Fixes #51.

rylev commented 6 years ago

Should this guide also include discussion of spawning tasks on the runtime as well?

carllerche commented 6 years ago

@rylev

Should this guide also include discussion of spawning tasks on the runtime as well?

Yes it should.

rylev commented 6 years ago

@carllerche do you want to add a section on spawn or leave that for another PR?

carllerche commented 6 years ago

@rylev with the current outline, it would have to go on the overview page. That page may be getting too large... but we can figure that out later.

carllerche commented 6 years ago

What do you think about the above tweak?

carllerche commented 6 years ago

I'm trying to think a bit about how to factor in #59.