My application needs to derive from JUCEApplicationBase, instead of the JUCEApplication class in the juce_gui_basics module.
However, the current te::BackgroundJobs class only works with JUCEApplication.
There is a one line fix in this pull request that addresses the issue.
Does this look like a reasonable solution?
Are pull requests the right way to address this kind of issue, or would you prefer to discuss on the forum?
