Skip to content

Commit be14459

Browse files
committed
opened ExecutionContextBase
1 parent f6071f6 commit be14459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExecutionContext/ExecutionContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ extension ExecutionContextProtocol {
126126

127127
public typealias Executor = (@escaping SafeTask)->Void
128128

129-
public class ExecutionContextBase : ErrorHandlerRegistry {
129+
open class ExecutionContextBase : ErrorHandlerRegistry {
130130
public var errorHandlers = [ErrorHandler]()
131131

132132
public init() {

0 commit comments

Comments
 (0)