add semaphore to cga_stream + use it in demos
This commit is contained in:
@ -8,8 +8,6 @@
|
||||
class PreemptiveLoopThread : public Thread {
|
||||
private:
|
||||
int id;
|
||||
static Semaphore sem;
|
||||
|
||||
PreemptiveLoopThread(const PreemptiveLoopThread& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user