File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ public func _asyncLetEnd(
4444/// Wait if necessary and then project the result value of an async let
4545@available( SwiftStdlib 5.1 , * )
4646@_silgen_name( " swift_async Let_get" )
47- public func _asyncLet_get( _ asyncLet: Builtin . RawPointer , _ resultBuffer: Builtin . RawPointer ) async -> Builtin . RawPointer
47+ public func _asyncLet_get( _ asyncLet: Builtin . RawPointer , _ resultBuffer: Builtin . RawPointer ) async
4848
4949/// Wait if necessary and then project the result value of an async let that throws
5050@available( SwiftStdlib 5.1 , * )
5151@_silgen_name( " swift_asyncLet_get_throwing " )
52- public func _async Let_get_throw ing( _ asyncLet: Builtin . RawPointer , _ resultBuffer: Builtin . RawPointer ) async throws -> Builtin . RawPointer
52+ public func _asyncLet_get_throwing( _ asyncLet: Builtin . RawPointer , _ resultBuffer: Builtin . RawPointer ) async throws
5353
5454/// Wait if necessary and then tear down the async let task
5555@available ( SwiftStdlib 5 . 1 , * )
You can’t perform that action at this time.
0 commit comments