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(
44
44
/// Wait if necessary and then project the result value of an async let
45
45
@available( SwiftStdlib 5.1 , * )
46
46
@_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
48
48
49
49
/// Wait if necessary and then project the result value of an async let that throws
50
50
@available( SwiftStdlib 5.1 , * )
51
51
@_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
53
53
54
54
/// Wait if necessary and then tear down the async let task
55
55
@available ( SwiftStdlib 5 . 1 , * )
You can’t perform that action at this time.
0 commit comments