[Turn off line numbering] 1: arg task; 2: 3: refresh(); 4: 5: // We don't want to run out of tics 6: task_queue = $heap.push(task_queue, task, 2); // Miroslav Silovic // Created 05-Sep-1995 as a part of ColdCore, see: @help Credit
1: arg task; 2: 3: refresh(); 4: 5: // We don't want to run out of tics 6: task_queue = $heap.push(task_queue, task, 2);