func (a *StoredAnalyzer) updateProgress() {
    for {
        select {
        case <-a.progressDoneChan:
            return