Skip to content

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>

Name
boolmoreWorkAvailable
Whether there’s more work that could be executed.
size_tgroupsWithWork
Number of groups that had work available.
size_tcontractsExecuted
Number of contracts actually executed.
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.

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.


Updated on 2026-01-26 at 17:14:35 -0500