userver: userver/engine/task/task_processor_fwd.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
task_processor_fwd.hpp File Reference
#include <functional>
+ Include dependency graph for task_processor_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of 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, ...):
 

Detailed Description

Definition in file task_processor_fwd.hpp.