You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per my blog post, I'd like us to try out futures concurrency macros. These should be introduced as "experimental" because they're mostly new, but I think this would make for a good starting point.
I propose these macros would live under future::* similar to task::ready in #133.
update: these macros are now available as unstable since the 0.99.7 release. Please post any feedback about it in this issue.
Macros
future::join
future::try_join
future::select
future::try_select
The text was updated successfully, but these errors were encountered:
As per my blog post, I'd like us to try out futures concurrency macros. These should be introduced as "experimental" because they're mostly new, but I think this would make for a good starting point.
I propose these macros would live under
future::*
similar totask::ready
in #133.update: these macros are now available as unstable since the 0.99.7 release. Please post any feedback about it in this issue.
Macros
future::join
future::try_join
future::select
future::try_select
The text was updated successfully, but these errors were encountered: