git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

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

Open baoyachi opened this issue 4 years ago • 1 comments

with async runtime support ? e.g: tokio

baoyachi avatar Aug 25 '21 10:08 baoyachi

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

extrawurst avatar Aug 25 '21 10:08 extrawurst