#include <thread_tasks.h>
|
| std::thread | thread |
| std::queue< std::function< void()> > | queue |
| std::mutex | mtx |
| std::condition_variable | cv |
| std::condition_variable | complete |
| bool | running = false |
◆ Destroy()
◆ Initialize()
◆ Join()
◆ Push()
| void Push |
( |
std::function< void()> | task | ) |
|
|
inline |
◆ TaskLoop()
◆ complete
| std::condition_variable complete |
◆ cv
| std::condition_variable cv |
◆ mtx
◆ queue
| std::queue<std::function<void()> > queue |
◆ running
◆ thread
The documentation for this struct was generated from the following file: