An empirical analysis of anonymity in Zcash | the morning paper
Code Review from the Command Line - Bits, Bytes, and Words
Code Review using Vim
Adventures in Rust: Futures and Tokio · Bryan Gilbert’s Blog
Future is essentially a state machine that does nothing until it’s actively polled. Additionally as futures are composed using combinators such as map and join, we are actually building a more elaborate state machine, not manipulating the result of something that is already running somewhere.