/tg/ Station 13 - Modules - TypesVar Details - Proc Details

queue_link

Vars

idid
partnersatoms in our queue
queue_maxhow much length until we pop, only incrementable, 0 means the queue will not pop until a maximum is set

Procs

addadds 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