RSSCache::Scheduler - Scheduler for regularly executed tasks
my $scheduler = RSSCache::Scheduler->new();
This module will start a new thread which checks at every minute if a task has to be executed.
Currently there is only one available task (poll) which has to be configured in your settings file, where the configuration is explained.
Constructor.
Starts the scheduler thread.
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.