Skip to content

Resolve "BackgroundWorker behaves unexpectedly in single-threaded case"

Hotfix in BackgroundWorker (closes #25 (closed)).

Bug Fixes

  • [parallel]:
    • Changed behavior of BackgroundWorker in single-threaded case: now start() does not trigger an execution cycle (by triggerManualExecution) anymore. This way the user has more control, since one can choose to call triggerManualExecution after start().
    • Updated corresponding unit-test
Edited by Philipp Seiwald

Merge request reports