Template Struct ThreadManager::LCoreParams
Defined in File thread_manager.h
Nested Relationships
This struct is a nested type of Class ThreadManager.
Template Parameter Order
typename F
typename... Ts
Struct Documentation
-
template<typename F, typename ...Ts>
struct LCoreParams Struct containing all parameters the lcore needs to run the thread.
Can be used as a workaround to the DPDK API to pass all parameters for the thread using a single void pointer
- Template Parameters:
F – Template for lambda to be called
Ts – Parameter pack template for arguments for F