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 5ce5048 commit 24e3d07Copy full SHA for 24e3d07
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