We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bee0f commit f40f87cCopy full SHA for f40f87c
README.md
@@ -26,7 +26,6 @@ To install using Swift Package Manager, add this to the `dependencies:` section
26
27
Usage is similar to the Swift 6 [`Mutex`](https://developer.apple.com/documentation/synchronization/mutex)
28
29
-The recommended usage to create a mutex that protects some state:
30
```swift
31
let state = Mutex<Int>(0)
32
```
0 commit comments