Skip to content
  • Rémi Denis-Courmont's avatar
    Hide b_attached. · 56040f0b
    Rémi Denis-Courmont authored
    Also remove the volatile qualifier.
    No, volatile does not magically solve threading bugs, sorry
    I too have tried this "easy" path, it does REALLY NOT WORK.
    volatile only solves signals concurrency, not threads concurrency.
    56040f0b