@jyn (When I first started writing async Rust, with futures 0.1, I didn't understand the difference until almost a year in lol...
the first time I used an executor, it was to trampoline a recursive traversal of an arbitrary-depth graph, not to run pieces of code in parallel
@rain @jyn interesting, why was an executor trampoline necessary when recursing across an arbitrary-depth graph?