Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
VuoThreadManager::WorkerQueue::Node Struct Reference

Description

An item in the queue.

Public Attributes

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

Member Data Documentation

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

Link to the next (older) node.

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

Link to the previous (newer) node.

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

The item itself.


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