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 1d082e1 commit 581e666Copy full SHA for 581e666
stdlib/public/Concurrency/TaskCancellation.swift
@@ -64,7 +64,7 @@ extension Task {
64
/// This function returns instantly and will never suspend.
65
/* @instantaneous */
66
public static func withCancellationHandler<T>(
67
- handler: /* @concurrent */ () -> (),
+ handler: @concurrent () -> (),
68
operation: () async throws -> T
69
) async throws -> T {
70
fatalError("\(#function) not implemented yet.")
0 commit comments