TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
WorkerThread.h File Reference
#include <deque>
#include <mutex>
#include <condition_variable>
#include <thread>
#include "Task.h"
Include dependency graph for WorkerThread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WorkerThread
 A class that spawns an Executor Thread (or worker thread). The thread is used for handling intensive and I/O operations without burdening the main thread, which should only care about drawing stuff. More...
 

Detailed Description

Author
Paolo Infante (info@.nosp@m.paol.nosp@m.oinfa.nosp@m.nte..nosp@m.it)
Version
1.0.0
Date
2020-12-17

Copyright (c) 2020 Paolo Infante