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 e2795e6 commit df40fd6Copy full SHA for df40fd6
README.md
@@ -40,7 +40,7 @@ let val = try await withThrowingTimeout(seconds: 2.0) {
40
}
41
```
42
43
-When deadline is reached the task executing the closure is cancelled and `TimeoutError` is thrown.
+> Note: When the timeout expires the task executing the closure is cancelled and `TimeoutError` is thrown.
44
45
# Credits
46
0 commit comments