Swift Packages
Repository | Description |
---|---|
swift-stm | error: /usr/src/swift-atomics has no manifest 'STM' /usr/src/package: error: product dependency 'Atomics' not found 'STM' /usr/src/package: error: product dependency 'AtomicLinkedList' not found |
Async | Swift Async package that makes creating and using asynchronous tasks easier. |
Atomic | Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time |