We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently I switched from futures and futures-util to futures-lite. For the most case this was okay.
The only thing I did miss was the fuse functionality.
I implemented it here https://github.com/plabayo/rama/blob/main/src/future.rs. Could I implement it in the actual futures-lite codebase. Or what do you suggest?
The text was updated successfully, but these errors were encountered:
If accepted I am willing to make a PR FWIW.
Sorry, something went wrong.
@notgull is there any interest for this?
Sorry, this fell through the cracks. Yes, I think this could be added, since it can't be trivially emulated with async blocks.
async
Successfully merging a pull request may close this issue.
Recently I switched from futures and futures-util to futures-lite. For the most case this was okay.
The only thing I did miss was the fuse functionality.
I implemented it here https://github.com/plabayo/rama/blob/main/src/future.rs.
Could I implement it in the actual futures-lite codebase.
Or what do you suggest?
The text was updated successfully, but these errors were encountered: