Skip to content
  • Sebastian Stark's avatar
    Greatly simplify subcmdRun(), especially the main create loop · 0192d0ea
    Sebastian Stark authored
      - do not care about purger goroutine for the moment, it makes
        things messy and is not so important after all
      - use labeled break instead of breakLoop marker variable
      - no racy "if chan != nil { chan <- var }" crap anymore
      - if it turns out to be a problem that the purger continues
        to run for a while after graceful exit, a better solution
        has yet to be found
    0192d0ea