PLT Utilities: Bug fixes. Added IncrementalTaskController.doResume(), separating this behavior from doStart(), where ExecutorIncrementalTaskController was distinguishing between the two cases by checking concurrently-changing state. Removed ListenerSet.Sink.retainAll(), which allowed clients to remove other listeners from the set (conflicting with the class's stated purpose).