-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
future module is confusing, as is relationship to task #3611
Comments
I would like to remove task's dependency on future completely. I think that future_result could just as easily return a port, though I haven't looked at it lately. Then future can move to std. |
Also, future_result needs a different interface. It's awkward and deadlock prone. |
See also #2491 |
Not critical for 0.6; removing milestone |
Future is currently in
|
closing as too-vague. specific enhancements welcome. |
Ignore the Helix configuration directory For us Helix users.
Wanted to use a future and I was quite confused looking at the task module until I started examining the implementation. It would help a lot if fn future_result and probably fn try pointed people to the future module.
The text was updated successfully, but these errors were encountered: