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
async
Currently we depend on two synchronous crates that can potentially be asynchronous: binary-install and (transitively) tar.
binary-install
tar
I have bootstrapped a PoC for binary-install-async here: https://github.com/itegulov/binary-install-async, but it needs some further work as pointed out by @ChaoticTempest: itegulov/binary-install-async@6522b50#r69286897
binary-install-async
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we depend on two synchronous crates that can potentially be asynchronous:
binary-install
and (transitively)tar
.I have bootstrapped a PoC for
binary-install-async
here: https://github.com/itegulov/binary-install-async, but it needs some further work as pointed out by @ChaoticTempest: itegulov/binary-install-async@6522b50#r69286897The text was updated successfully, but these errors were encountered: