async-book icon indicating copy to clipboard operation
async-book copied to clipboard

Make simple examples, without external dependencies

Open jcbritobr opened this issue 4 years ago • 2 comments

This book has a lot of complex examples. Its dificult to understand the code proprosal. Please, make simple examples available at the beginning.

jcbritobr avatar Dec 03 '19 00:12 jcbritobr

Especially when the dependencies keep changing their APIs fast towards stability.

andradei avatar Jan 02 '20 17:01 andradei

Which examples do you think could be used? Maybe I'm totally wrong as I'm only a beginner in async rust, but I believe that the problem is that only the Future trait is in std. For an executor a crate like futures, async-std or tokio has to be used.

cannero avatar Feb 09 '20 16:02 cannero