Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Sendable Conformance to Field and Reference Types (#353)
* Add Sendable conformance to Field property wrapper Makes the Field<C> property wrapper Sendable-compliant to better support concurrent operations and Swift's actor isolation system. * fix: make Field property wrapper conditionally Sendable - Remove direct Sendable conformance from Field struct - Add conditional Sendable conformance via extension where C: Sendable * fix: add Sendable conformance to Reference struct
- Loading branch information