Multi-platform Swift thread-safe atomics library.
The library has full unit test coverage and is actively used in production.
https://github.com/orchetect/OTAtomics
as the URL.import OTAtomics
In your Package.swift file:
dependencies: [
.package(url: "https://github.com/orchetect/OTAtomics", from: "1.0.0")
],
@_implementationOnly
prevents the methods and properties in OTAtomics
from being exported to the consumer of your SPM package.
@_implementationOnly import OTAtomics
Most methods are implemented as category methods so they are generally discoverable.
All methods have inline help explaining their purpose and basic usage examples.
Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself @orchetect.
Licensed under the MIT license. See LICENSE for details.
Bug fixes and improvements are welcome. Please open an issue to discuss prior to submitting PRs.
link |
Stars: 5 |
Last commit: 5 weeks ago |
Sendable
conformanceSwiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics