Skip to content
  • Milian Wolff's avatar
    Actually cleanup the duchain from the background thread · 48e5892f
    Milian Wolff authored
    Turns out that my commit bf183ce7 from May 2017 moved the
    background cleanup task into the foreground thread... Sorry for that!
    
    When we connect to the timer event, we must use a context object
    that lives within the background thread. The thread itself *does not*
    live in itself!
    
    Fix this by passing the timer itself as context and
    add an assertion to verify we don't ever do this again.
    
    BUG: 388743
    48e5892f