Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
Nodenext
 Link to the next (older) node.
 
Nodeprev
 Link to the previous (newer) node.
 

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: