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 690f3bb commit a38088bCopy full SHA for a38088b
Sources/_Testing_ExperimentalInfrastructure/FallbackEventHandler.swift
@@ -66,7 +66,7 @@ package func fallbackEventHandler() -> FallbackEventHandler? {
66
return fallbackEventHandler.pointee
67
}
68
#else
69
- return _fallbackEventHandler.load(ordering: .sequentiallyConsistent).map { fallbackEventHandler in
+ return _fallbackEventHandler.load(ordering: .sequentiallyConsistent).flatMap { fallbackEventHandler in
70
unsafeBitCast(fallbackEventHandler, to: FallbackEventHandler?.self)
71
72
#endif
0 commit comments