CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_work_t Struct Reference

The work item to distribute across the threadpools. More...

#include <vx_internal.h>

Public Attributes

vx_target target
 The target to execute on.
 
vx_node node
 The node to execute.
 
vx_enum action
 The resulting action.
 

Detailed Description

The work item to distribute across the threadpools.

Member Data Documentation

◆ action

vx_enum vx_work_t::action

The resulting action.

◆ node

vx_node vx_work_t::node

The node to execute.

◆ target

vx_target vx_work_t::target

The target to execute on.