Hacker News new | ask | show | jobs
by redbad 4792 days ago

    > the supervising goroutine now looks a bit odd:
This is totally valid:

    select {
    case <-doneChannel:
        //