Initialize TaskScheduler

This commit is contained in:
Thomas Basler
2023-11-20 20:50:01 +01:00
parent 94170545ed
commit a7c9c2df1a
4 changed files with 19 additions and 0 deletions

7
src/Scheduler.cpp Normal file
View File

@@ -0,0 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2023 Thomas Basler and others
*/
#include "Scheduler.h"
Scheduler scheduler;