update demos for nice_kill
This commit is contained in:
@ -9,9 +9,7 @@ private:
|
||||
ArrayDemo(const ArrayDemo& copy) = delete;
|
||||
|
||||
public:
|
||||
ArrayDemo() {
|
||||
kout << "Initialized ArrayDemo" << endl;
|
||||
}
|
||||
ArrayDemo() : Thread("ArrayDemo") {}
|
||||
|
||||
void run() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user