On Fri, 2020-09-18 at 14:17 -0700, Alejandro Fernandez wrote:
> In other words, if I have a MemoryRepo instance,
> can I be performing "fetch(), updating references and performing a
> send_pack()" on one thread and traversing the commit graph or even
> introducing a change into the object_store and local references in
> another thread (same MemoryRepo instance)?
Yes, MemoryRepo is meant to be thread-safe. If you run into any issues,
then please file a bug.
Jelmer