1

change thread switch args

This commit is contained in:
2022-07-23 18:27:25 +02:00
parent 9a3458e56a
commit 55fdf2d493
2 changed files with 9 additions and 5 deletions

View File

@ -57,7 +57,7 @@ public:
void start() const;
// Umschalten auf Thread 'next'
void switchTo(Thread& next) const;
void switchTo(Thread& next);
// Ask thread to terminate itself
void suicide() { running = false; }