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 72eb054 + 04ad9fe commit 71de3c9Copy full SHA for 71de3c9
stdlib/public/SDK/CryptoTokenKit/CryptoTokenKit.swift
@@ -34,7 +34,7 @@ extension TKSmartCard {
34
}
35
36
@available(OSX 10.12, *)
37
- public func withSession<T>(_ body: () throws -> T) throws -> T {
+ public func withSession<T>(_ body: @escaping () throws -> T) throws -> T {
38
var result: T? = nil
39
try self.__inSession(executeBlock: {
40
(errorPointer: NSErrorPointer) -> Bool in
0 commit comments