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
I took a look at the KeychainSwift implementation and it seems (unless I'm missing something) that it's thread safe since it's using a NSLock for synchronization.
This means that it could conform to Sendable, thus making modern concurrency adoption easier.
The text was updated successfully, but these errors were encountered:
I took a look at the
KeychainSwift
implementation and it seems (unless I'm missing something) that it's thread safe since it's using aNSLock
for synchronization.This means that it could conform to
Sendable
, thus making modern concurrency adoption easier.The text was updated successfully, but these errors were encountered: