
App::Chart::Gtk2::JobQueue -- queue of job objects

use App::Chart::Gtk2::JobQueue; my $queue = App::Chart::Gtk2::JobQueue->instance; App::Chart::Gtk2::JobQueue->enqueue ($job);

App::Chart::Gtk2::JobQueue is a subclass of Gtk2::ListStore,
Glib::Object
Gtk2::ListStore
App::Chart::Gtk2::JobQueue

An App::Chart::Gtk2::JobQueue holds App::Chart::Gtk2::Job objects in a queue while they wait to run, and then while they run. The queue is sorted by highest priority and then by age, with model row 0 begin the next to run, or already running.

$q = App::Chart::Gtk2::JobQueue->instanceReturn the global JobQueue instance.
