A swift package providing thread-local value wrappers.
Add the swift-thread-local SPM package to your package's dependency list:
dependencies: [
.package(url: "https://github.com/ben-smith-dev/swift-thread-local", from: "0.1.0"),
]Then add the ThreadLocal product to a target's dependency list:
dependencies: [
.product(name: "ThreadLocal", package: "swift-thread-local"),
]Add swift-thread-local to your project as a package dependency.
This project is currently not accepting Pull Requests.
However, feedback is welcome! Please feel free to open an issue to report bugs, suggest improvements, or discuss feature requests.
This package is available under the MIT license, see LICENSE for details.