Sprog::Machine::Scheduler.3pm

Langue: en

Autres versions - même langue

Version: 2005-07-25 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Sprog::Machine::Scheduler - runs a Sprog machine

SYNOPSIS

   my $sched = Sprog::Machine::Scheduler->new($head_gear) or return;
 
   $sched->schedule_main_loop;
 
 

DESCRIPTION

The scheduler is used by a Sprog::Machine to handle the messy details of running a machine. The inner workings of the scheduler are discussed in some detail in Sprog::help::scheduler. Copyright 2004-2005 Grant McLean <grantm@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.