예제 #1
0
 /**
  * We'll have HeatBugs call this in its stop() method to give US a chance to call cleanup on our
  * underlying ParallelSequence so we don't leak threads.
  */
 public void cleanup() {
   diffusers.cleanup();
 }