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 f6071f6 commit be14459Copy full SHA for be14459
ExecutionContext/ExecutionContext.swift
@@ -126,7 +126,7 @@ extension ExecutionContextProtocol {
126
127
public typealias Executor = (@escaping SafeTask)->Void
128
129
-public class ExecutionContextBase : ErrorHandlerRegistry {
+open class ExecutionContextBase : ErrorHandlerRegistry {
130
public var errorHandlers = [ErrorHandler]()
131
132
public init() {
0 commit comments