Carl Lerche

Results 156 issues of Carl Lerche

The guide contains a [I/O with Tokio](https://tokio.rs/docs/getting-started/io/) section. This section is currently poor. The current plan is to create a guide section dedicated to [I/O](https://github.com/tokio-rs/doc-blitz/blob/master/outline/io-with-tokio.md). Should the getting started section...

question

The `Future` trait uses a thread-local variable to track the current task. This should be discussed in the "Getting started" guide as it is a common question.

Building an application with Tokio usually means pulling in additional libraries. This guide section will provide an introduction to common crates and show how to use them from the context...

guide

We need a glossary page describing terms used in the documentation and code. Each term should include a short definition as well as reference doc sections where the concepts are...

Tracks thoughts for the "Tokio for libraries" guide. * Libraries should usually not depend on `tokio`, instead depend on only the sub crates they need. * #16

guide

Should working with the filesystem be part of "I/O with Tokio" or should it be a dedicated section? Is there multiple pages worth of content?

question

It goes from a very high level tutorial using combinators to discussing `poll_` functions and `Async`. I'm not sure what the best thing to do here is. The Tokio runtime...

question

All the examples in "Getting started" are based on servers. How to implement a client is a pretty common question. There should be some mention of this in the "Getting...

Include a guide showing how to use TLS with Tokio. Where in the outline should this fit in?

question
guide

Debugging Tokio apps when things go wrong is notoriously difficult. How should we teach users how to do it? Should this section include Gotchas (#14)

question
guide