Actually cleanup the duchain from the background thread

Authored by mwolff on Jan 10 2019, 3:07 PM.

Description

Actually cleanup the duchain from the background thread

Turns out that my commit bf183ce7a40 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

Details

Committed
mwolffJan 10 2019, 3:17 PM
Parents
R32:b8b266d111c3: appimage: add okteta libs, as used by the debugger memory view
Branches
Unknown
Tags
Unknown