Definition in file task_processor_fwd.hpp.
Go to the source code of this file.
#include <functional>
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, ...): | |