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 53b475e commit 624d967Copy full SHA for 624d967
Sources/Concurrency/Executor/Task.swift
@@ -42,7 +42,7 @@ public protocol Task {
42
open class AbstractTask<ResultType>: Task {
43
44
/// Initializer.
45
- open init() {}
+ public init() {}
46
47
/// Execute this task without any type information.
48
///
0 commit comments