asyncgit

Crates.ioasyncgit
lib.rsasyncgit
version0.27.0
created_at2020-03-24 20:23:41.32818+00
updated_at2025-01-13 21:26:56.638854+00
descriptionallow using git2 in a asynchronous context
homepagehttps://github.com/extrawurst/gitui
repositoryhttps://github.com/extrawurst/gitui
max_upload_size
id222423
size409,199
(extrawurst)

documentation

README

asyncgit

allow using git2 in an asynchronous context

This crate is designed as part of the gitui project.

asyncgit provides the primary interface to interact with git repositories. It is split into the main module and a sync part. The latter provides convenience wrapper for typical usage patterns against git repositories.

The primary goal however is to allow putting certain (potentially) long running git2 calls onto a thread pool.crossbeam-channel is then used to wait for a notification confirming the result.

In gitui this allows the main-thread and therefore the ui to stay responsive.

Commit count: 2508

cargo fmt