This commit is contained in:
Carl Fredrik Samson
2020-01-25 17:25:06 +01:00
parent bf2d29fea5
commit 5ece5dc585
3 changed files with 37 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
# Thought dump
The repository for the book [Future Explained in 200 Lines of Rust](https://cfsamson.github.io/books-futures-explained/)
### Data + Vtable
We need to get a basic grasp of this to be able to understand how we implement a Waker.