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 be14459 commit fdcf6e2Copy full SHA for fdcf6e2
ExecutionContext/ExecutionContext.swift
@@ -101,8 +101,8 @@ public extension ExecutionContextProtocol {
101
102
import RunLoop
103
104
-extension ExecutionContextProtocol {
105
- func syncThroughAsync<ReturnType>(task:@escaping TaskWithResult<ReturnType>) rethrows -> ReturnType {
+public extension ExecutionContextProtocol {
+ public func syncThroughAsync<ReturnType>(task:@escaping TaskWithResult<ReturnType>) rethrows -> ReturnType {
106
if isCurrent {
107
return try task()
108
}
0 commit comments