967968969970971972973974975976977
// check if we can execute other projects continue; // found a matching executor. use it. WorkUnitContext wuc = new WorkUnitContext(p); m.execute(wuc); itr.remove(); if (!wuc.getWorkUnits().isEmpty()) pendings.add(p); }
796797798799800801802803804805806