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 5ce5048 + 24e3d07 commit 282bf0aCopy full SHA for 282bf0a
Sources/Concurrency/Executor/Task.swift
@@ -39,7 +39,7 @@ public protocol Task {
39
// while allowing the internal executor implementations to operate on the
40
// non-generic, type-erased `Task` protocol, since Swift does not support
41
// wildcard generics.
42
-public class AbstractTask<ResultType>: Task {
+open class AbstractTask<ResultType>: Task {
43
44
/// Execute this task without any type information.
45
///
0 commit comments