Speed up content discovery:
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Nov 2018 23:41:22 +0000 (23:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Nov 2018 23:26:18 +0000 (23:26 +0000)
commit63bce67bd548f4aff98e2a1963e1fd77a6412a15
tree44cb9fddd35817db51f79685a67b50050cddd56c
parent620b7761a33d2e3641cd911bfe58e0fbb928c888
Speed up content discovery:
1. add all discovery jobs immediately rather than waiting for
   each one to finish (by polling) before starting the next.
2. replace polling with a condition in JobManager.
src/lib/examine_content_job.h
src/lib/job.cc
src/lib/job.h
src/lib/job_manager.cc
src/lib/job_manager.h
src/wx/content_view.cc