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 36ee81f + aa4c567 commit ff32568Copy full SHA for ff32568
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