EntropyEngine::Core::Concurrency::WorkService::MainThreadWorkResult
EntropyEngine::Core::Concurrency::WorkService::MainThreadWorkResult
Section titled “EntropyEngine::Core::Concurrency::WorkService::MainThreadWorkResult”Result structure for main thread work execution. More…
#include <WorkService.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | moreWorkAvailable Whether there’s more work that could be executed. |
| size_t | groupsWithWork Number of groups that had work available. |
| size_t | contractsExecuted Number of contracts actually executed. |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Core::Concurrency::WorkService::MainThreadWorkResult;Result structure for main thread work execution.
Provides detailed information about the execution results to the caller, allowing them to make informed decisions about scheduling and performance.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable moreWorkAvailable
Section titled “variable moreWorkAvailable”bool moreWorkAvailable;Whether there’s more work that could be executed.
variable groupsWithWork
Section titled “variable groupsWithWork”size_t groupsWithWork;Number of groups that had work available.
variable contractsExecuted
Section titled “variable contractsExecuted”size_t contractsExecuted;Number of contracts actually executed.
Updated on 2026-01-26 at 17:14:35 -0500