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 3830f55 commit 3bbed1bCopy full SHA for 3bbed1b
src/swift/Queue.swift
@@ -246,7 +246,7 @@ public extension DispatchQueue {
246
private func _syncHelper<T>(
247
fn: (@noescape () -> ()) -> (),
248
execute work: @noescape () throws -> T,
249
- rescue: ((Swift.Error) throws -> (T))) rethrows -> T
+ rescue: ((Swift.Error) throws -> (T))) rethrows -> T
250
{
251
var result: T?
252
var error: Swift.Error?
@@ -269,7 +269,7 @@ public extension DispatchQueue {
269
fn: (DispatchWorkItem) -> (),
270
flags: DispatchWorkItemFlags,
271
272
273
274
275
0 commit comments