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.
2 parents f3213e1 + ff32568 commit 43bc116Copy full SHA for 43bc116
README.md
@@ -45,7 +45,7 @@ let x2 = chan.read() // Blocks until the dispatch block is executed and the Chan
45
Unlike lock-based protection mechanisms, we can wrap mutable variables that must
46
be accessed concurrently in an MVar.
47
48
-```
+```swift
49
import class Concurrent.MVar
50
51
/// An MVar (Mutable Variable) is a thread-safe synchronizing variable that can be used for
0 commit comments