test: added TaskSchedulerTestSuite

This commit is contained in:
Eberhard Graether
2015-04-24 17:39:32 +02:00
parent abd29b1060
commit d1db054d98
5 changed files with 349 additions and 3 deletions
@@ -23,6 +23,7 @@ public:
void stopSchedulerLoop();
bool loopIsRunning() const;
bool hasTasksQueued() const;
private:
static std::shared_ptr<TaskScheduler> s_instance;