Definition in file task_processor_fwd.hpp.
Go to the source code of this file.
#include <functional>
 Include dependency graph for task_processor_fwd.hpp:
 This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | engine | 
| Asynchronous engine primitives.  | |
Functions | |
| void | engine::RegisterThreadStartedHook (std::function< void()>) | 
| Register a function that runs on all threads on task processor creation. Used for pre-initializing thread_local variables with heavy constructors (constructor that does blocking system calls, file access, ...):   | |