We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3c3e8 commit b67fe9dCopy full SHA for b67fe9d
README.md
@@ -170,8 +170,8 @@ Parallel Streams
170
Futures
171
- [Non-blocking computation needs to be decorated as a `Future`?](#unneeded-future)
172
- [Method returning a `Future` doesn't block?](#future-method-no-blocking)
173
- - [In a method returning a `Future`, considered wrapping an "expected" exception within the `Future`?
174
- ](#future-method-failure-paths)
+ - [In a method returning a `Future`, considered wrapping an "expected" exception as a failed
+ `Future`?](#future-method-failure-paths)
175
176
Thread interruption and `Future` cancellation
177
- [Interruption status is restored before wrapping `InterruptedException` with another exception?
0 commit comments