some minor formatting updates

This commit is contained in:
Carl Fredrik Samson
2020-04-09 00:43:25 +02:00
parent 882ea1bc2a
commit a90ff78349
21 changed files with 1954 additions and 1701 deletions

View File

@@ -1,4 +1,4 @@
# Futures in Rust
# Implementing Futures - main example
We'll create our own `Futures` together with a fake reactor and a simple
executor which allows you to edit, run an play around with the code right here