queue_link 
Vars | |
| id | id |
|---|---|
| partners | atoms in our queue |
| queue_max | how much length until we pop, only incrementable, 0 means the queue will not pop until a maximum is set |
Procs | |
| add | adds an atom to the queue, if we are popping this returns TRUE |
Var Details
id 
id
partners 
atoms in our queue
queue_max 
how much length until we pop, only incrementable, 0 means the queue will not pop until a maximum is set
Proc Details
add
adds an atom to the queue, if we are popping this returns TRUE