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
Hi there. Between major versions 2 and 3, the Alpm type lost its Send implementation. This prevents it from being passed to other threads, even when wrapped in lock types like in Arc<Mutex<Alpm>>. Was this change intentional, or am I overlooking something?