Skip to content

Add @Sendable conformance to KeychainSwift class #186

@theoks

Description

@theoks

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions