Carl Lerche

Results 156 issues of Carl Lerche

Related: https://github.com/tokio-rs/tokio/issues/709

question
confusion

What kinds of things should be in the cookbook? [Prior discussion](https://github.com/tokio-rs/tokio/issues/86)

guide

Regarding: https://github.com/tokio-rs/doc-push/blob/master/outline/futures-streams-sinks.md#working-with-futures There is currently a point "Implementing custom combinators", but this does not do justice to the topic of implementing futures. `Future` is implemented more than just for custom...

Blog: https://jsdw.me/posts/rust-futures-tokio/ Reddit: https://www.reddit.com/r/rust/comments/a0axn5/tokio_converting_asyncread_asyncwrite_and_poll_x/?st=joxrk973&sh=3ce0143a

Tracking https://github.com/tokio-rs/tokio/issues/712

This is counter intuitive unless you understand all the details around futures, combinators, lifetimes, back pressure, etc...

confusion

via @jonhoo > I think "The clock and testing" section should probably be a subsection "Time" under "Testing" This is a stub issue.

There are lots of good external learning resources. Those should be listed on the website somewhere.

The "Getting started" guide is switching away from TCP servers to a TCP client example. The next section, "I/O with Tokio" should include a page on TCP servers, but currently...

The guides should discuss backpressure. Where should it go and what should be said?