qb
2.0.0.0
C++17 Actor Framework
|
Internal structure for passing parameters to core spawning functions. More...
#include <Main.h>
Public Attributes | |
const CoreId | id |
The CoreId of the VirtualCore being spawned. | |
CoreInitializer & | initializer |
Reference to the CoreInitializer for this core. | |
SharedCoreCommunication & | shared_com |
Reference to the shared communication infrastructure. | |
std::atomic< uint64_t > & | sync_start |
Atomic counter for synchronizing core startup. |
Internal structure for passing parameters to core spawning functions.
This structure encapsulates the parameters needed when spawning a new VirtualCore. It contains the core's ID, reference to its initializer, the shared communication infrastructure, and synchronization primitives to coordinate startup.