Skip to content
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

Does git2 crate support async when exec 'git push' action or 'git pull' #741

Open
baoyachi opened this issue Aug 25, 2021 · 1 comment
Open

Comments

@baoyachi
Copy link

with async runtime support ? e.g: tokio

@baoyachi baoyachi changed the title Does git2 crate support async when exec 'git push' command or 'git pull' Does git2 crate support async when exec 'git push' action or 'git pull' Aug 25, 2021
@extrawurst
Copy link
Contributor

extrawurst commented Aug 25, 2021

with async runtime support ? e.g: tokio

no, its a thin safe layer on top of the c-lib libgit2 which handles such things via callbacks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants