In the last few months, Tyler Mandry and I have been circulating a “User’s Guide from the Future” that describes our current proposed design for async functions in traits. In this blog post, I want to deep dive on one aspect of that proposal: how to handle dynamic dispatch. My goal here is to explore the space a bit and also to address one particularly tricky topic: how explicit do we have to be about the possibility of allocation? This is a tricky topic, and one that gets at that core ...| smallcultfollowing.com
Empowering everyone to build reliable and efficient software.| blog.rust-lang.org
# Async fns in traits **This doc now lives here: https://rust-lang.github.io/async-fundamentals-ini| HackMD