Login
From:
theincredibleholk.org
(Uncensored)
subscribe
Inferred Async Send Bounds
https://theincredibleholk.org/blog/2023/02/13/inferred-async-send-bounds/
links
backlinks
Roast topics
Find topics
Find it!
One of the issues we're working on with async functions in traits for Rust is how to attach Send bounds to futures returned by async methods. Niko Matsakis has …