|
Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
A datatype to allow storing AsynTasks on a LinkedList. More...
#include <async_task.h>
Data Fields | |
| ListItem | atn_node |
| The base list node. More... | |
| AsyncTask * | atn_task_p |
| The AsyncTask to store on the list. More... | |
| MEM_FLAG | atn_mem |
| The memory flag indicating what action to perform upon atn_task_p when this AsyncTaskNode is freed. More... | |
A datatype to allow storing AsynTasks on a LinkedList.
| ListItem atn_node |
The base list node.
| MEM_FLAG atn_mem |
The memory flag indicating what action to perform upon atn_task_p when this AsyncTaskNode is freed.