Skip to content

ben-smith-dev/swift-thread-local

Repository files navigation

swift-thread-local

A swift package providing thread-local value wrappers.

Installation

Swift Package Manager (SPM)

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"),
]

Xcode

Add swift-thread-local to your project as a package dependency.

Contributing

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.

License

This package is available under the MIT license, see LICENSE for details.

About

A swift package providing thread-local value wrappers.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages