Files
books-futures-explained/src/1_0_background_information.md
Carl Fredrik Samson 59f00d69e9 added main example
2020-01-30 21:02:37 +01:00

989 B

Some background information

Before we start implementing our Futures , we'll go through some background information that will help demystify some of the concepts we encounter.

Concurrency in general

If you find the concepts of concurrency and async programming confusing in general, I know where you're coming from and I have written some resources to try to give a high level overview that will make it easier to learn Rusts Futures afterwards:

r