Attempts to cancel the computation. If the computation has not yet started or is still running, it will be cancelled with a CancellationException. @return true if the computation was successfully cancelled
()
| 139 | * @return {@code true} if the computation was successfully cancelled |
| 140 | */ |
| 141 | boolean cancel(); |
| 142 | |
| 143 | /** |
| 144 | * Returns {@code true} if the computation was cancelled before completing normally. |
no outgoing calls
no test coverage detected