Tk::Task

Allows multiple "tasks" to proceed at once
Download

Tk::Task Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kevin Michael Vail
  • Publisher web site:
  • http://search.cpan.org/~kvail/Tie-StrictHash-1.0/StrictHash.pm

Tk::Task Tags


Tk::Task Description

Allows multiple "tasks" to proceed at once Tk::Task is a Perl module that allows multiple "tasks" to proceed at once.SYNOPSIS use Tk::Task; $mw = MainWindow->new; ... $task = $mw->Task( , , ], ); $task->start;Tk::Task is a module to allow a lengthy operation to be subdivided into smaller pieces, with time to process events between pieces. For example, a program that loaded a large number of records from a database could make the load process a task, allowing the program to remain responsive to events--for example, to handle a Stop button!The steps of each task are executed at idle time, one step each time, while "normal" processing (handling the event loop) continues. You might use a task to do simple animations such as turning cards over in a game, or for other purposes. For example, the Tk::TriangleTree widget uses a Tk::Task to animate the disclosure triangle. Requirements: · Perl


Tk::Task Related Software