This website requires JavaScript.
Explore
Help
Register
Sign In
kaho
/
ThreadSafe
Watch
1
Star
0
Fork
0
You've already forked ThreadSafe
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
08c65b688e84e4d80c008b2c4a1eb242052a314d
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Kaho Yeung
08c65b688e
basic implementation and unit tests
2025-09-14 01:20:52 +01:00
Sources
/ThreadSafe
basic implementation and unit tests
2025-09-14 01:20:52 +01:00
Tests
/ThreadSafeTests
basic implementation and unit tests
2025-09-14 01:20:52 +01:00
.gitignore
Initial commit
2025-09-14 01:17:46 +01:00
LICENSE
Initial commit
2025-09-14 01:17:46 +01:00
Package.swift
basic implementation and unit tests
2025-09-14 01:20:52 +01:00
README.md
Create README.md
2025-09-14 01:19:20 +01:00
README.md
// TODO: add readme
Reference in New Issue
View Git Blame
Copy Permalink
Description
Swift Package of a property wrapper to make a property thread-safe without boilerplate code. Just add
@ThreadSafe
to your property.
data-race
property-wrapper
swift
swiftpackage
swiftpackagemanager
thread-safety
Readme
MIT
40
KiB
Languages
Swift
100%