Method code for $scheduler.add_to_task_queue()

[Turn on line numbering]
arg task;

refresh();

// We don't want to run out of tics
task_queue = $heap.push(task_queue, task, 2);

// Miroslav Silovic
// Created 05-Sep-1995 as a part of ColdCore, see: @help Credit

Tlon