File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
mug/src/main/java/com/google/mu/util/concurrent Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2424 * <p>Any exception thrown by any of the concurrent operation will cancel all the other pending
2525 * operations and propagate back to the main thread.
2626 *
27- * <p>If the main thread is interrupted (when you use {@code concurrently()} to allow interruption),
28- * pending and currently running operations are canceled and the main thread will throw the
29- * unchecked {@link StructuredConcurrencyInterruptedException}. For example:
27+ * <p>If the main thread is interrupted, pending and currently running operations are canceled and
28+ * the main thread will throw the unchecked {@link StructuredConcurrencyInterruptedException}.
29+ *
30+ * <p>For example:
3031 *
3132 * <pre>{@code
3233 * import static com.google.mu.util.concurrent.Fanout.concurrently;
You can’t perform that action at this time.
0 commit comments