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 9e081ad commit b7a0a86Copy full SHA for b7a0a86
Sources/_CryptoExtras/Util/ThreadSpecific/ThreadOps.swift
@@ -32,4 +32,4 @@ protocol ThreadOps {
32
static func deallocateThreadSpecificValue(_ key: ThreadSpecificKey)
33
static func getThreadSpecificValue(_ key: ThreadSpecificKey) -> UnsafeMutableRawPointer?
34
static func setThreadSpecificValue(key: ThreadSpecificKey, value: UnsafeMutableRawPointer?)
35
-}
+}
0 commit comments