Within the Rust Project, we can work towards stabilizing long-awaited features such as async functions in dyn traits, or improving compiler errors for issues with, for example, lifetimes and async code. We can include fundamental async library traits and functions within std, enabling a more cohesive async ecosystem.
I'm glad they're focusing on this. A more standardized async has been a long time coming, and the prerequisite to improving its ergonomics and readability imo.