Blog post: Future::join and const-eval

Hey all; I wrote a quick post sharing research notes on what it would take to add Future::join, join!, and related functionality in a consistent manner to the stdlib. Figured I'd share it here since the ideal resolution would depend on const-eval features which have not been implemented yet, but I know are being considered. Figured this might useful to share (:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.