File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ public func withTaskCancellationHandler<T>(
85
85
// with the operation closure. Instead, we should do what the docs of this method promise - and not hop at all,
86
86
// by using the new nonisolated(nonsending)
87
87
@available ( SwiftStdlib 5 . 1 , * )
88
- //#if !$Embedded
89
- //@backDeployed(before: SwiftStdlib 6.0)
90
- //#endif
91
88
@_silgen_name ( " $ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlF " )
92
89
public func _isolatedParam_withTaskCancellationHandler< T> (
93
90
operation: ( ) async throws -> T ,
Original file line number Diff line number Diff line change @@ -320,9 +320,6 @@ Added: _$sScf13checkIsolatedyyFTq
320
320
// withTaskCancellationHandler gains #isolated
321
321
Added: _$ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlF
322
322
Added: _$ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlFTu
323
- // withTaskCancellationHandler but with caller execution
324
- // Swift.withTaskCancellationHandler<A>(operation: nonisolated(nonsending) () async throws -> A, onCancel: @Sendable () -> ()) async throws -> A
325
- // async function pointer to Swift.withTaskCancellationHandler<A>(operation: nonisolated(nonsending) () async throws -> A, onCancel: @Sendable () -> ()) async throws -> A
326
323
Added: _$ss27withTaskCancellationHandler9operation8onCancelxxyYaKYCXE_yyYbXEtYaKlF
327
324
Added: _$ss27withTaskCancellationHandler9operation8onCancelxxyYaKYCXE_yyYbXEtYaKlFTu
328
325
Original file line number Diff line number Diff line change @@ -320,9 +320,6 @@ Added: _$sScf13checkIsolatedyyFTq
320
320
// withTaskCancellationHandler gains #isolated
321
321
Added: _$ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlF
322
322
Added: _$ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlFTu
323
- // withTaskCancellationHandler but with caller execution
324
- // Swift.withTaskCancellationHandler<A>(operation: nonisolated(nonsending) () async throws -> A, onCancel: @Sendable () -> ()) async throws -> A
325
- // async function pointer to Swift.withTaskCancellationHandler<A>(operation: nonisolated(nonsending) () async throws -> A, onCancel: @Sendable () -> ()) async throws -> A
326
323
Added: _$ss27withTaskCancellationHandler9operation8onCancelxxyYaKYCXE_yyYbXEtYaKlF
327
324
Added: _$ss27withTaskCancellationHandler9operation8onCancelxxyYaKYCXE_yyYbXEtYaKlFTu
328
325
You can’t perform that action at this time.
0 commit comments