Blocks :
|
|
Relates :
|
During code review of JDK-8204947, Thomas Schatzl pointed out that, the assignment operator of TaskTerminator is undesirable, because it is actual a move assignment. Removing the assignment operator is blocked by JDK-8215047. Once JDK-8215047 is fixed, we should remove the assignment operator.
|