You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Threading is a sore point. Send and Sync are indications of structures being able to be passed around in async code. The issue is that git2::Repository is not able to be threaded (probably for a good reason to be fair).
We should investigate if we can ease the pain here and see if we can use some methods to make radicle-surf usable with async code. It only reads the Repository data and does no mutation, we theoretically should be fine.
The text was updated successfully, but these errors were encountered:
Threading is a sore point. Send and Sync are indications of structures being able to be passed around in async code. The issue is that
git2::Repository
is not able to be threaded (probably for a good reason to be fair).We should investigate if we can ease the pain here and see if we can use some methods to make radicle-surf usable with async code. It only reads the
Repository
data and does no mutation, we theoretically should be fine.The text was updated successfully, but these errors were encountered: