Vuo  2.3.2
Public Attributes | List of all members
VuoThreadManager::WorkerQueue::Node Struct Reference

Description

An item in the queue.

Definition at line 76 of file VuoThreadManager.hh.

Public Attributes

Worker * worker
 The item itself. More...
 
Nodenext
 Link to the next (older) node. More...
 
Nodeprev
 Link to the previous (newer) node. More...
 

Member Data Documentation

◆ next

Node* VuoThreadManager::WorkerQueue::Node::next

Link to the next (older) node.

Definition at line 79 of file VuoThreadManager.hh.

◆ prev

Node* VuoThreadManager::WorkerQueue::Node::prev

Link to the previous (newer) node.

Definition at line 80 of file VuoThreadManager.hh.

◆ worker

Worker* VuoThreadManager::WorkerQueue::Node::worker

The item itself.

Definition at line 78 of file VuoThreadManager.hh.


The documentation for this struct was generated from the following file: