Skip to content
  • Jessica Severin's avatar
    added method AnalysisStatsAdaptor::increment_needed_workers · af273c18
    Jessica Severin authored
    called when worker dies to replace itself in the needed_workers count since
    it's decremented when it's born, and it's counted as living (and subtracted)
    as long as it's running.  This gunarantees that another worker will quickly
    be created after this one dies (and not need to wait for a synch to happen)
    af273c18