Skip to content

Commit bad5140

Browse files
authored
update links
Updated reference to SE-0493 to include a link.
1 parent 481fefe commit bad5140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-task-cancellation-shields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This proposal introduces a new mechanism to temporarily "ignore" task cancellati
1414

1515
This can be used to ensure certain pieces of code will execute regardless of the task's cancelled status. A common situation where this is useful is running clean-up code, which must execute regardless of a task's cancellation status.
1616

17-
This proposal dovetails nicely with asynchronous defer statements which were recently introduced in [SE-0493](Support `async` calls in `defer` bodies), which are frequently used to express such resource clean-up functionality.
17+
This proposal dovetails nicely with asynchronous defer statements which were recently introduced in [SE-0493: Support `async` calls in `defer` bodies](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0493-defer-async.md), which are frequently used to express such resource clean-up functionality.
1818

1919
## Motivation
2020

0 commit comments

Comments
 (0)