Package: wnpp
Severity: wishlist
Owner: Ben Carrillo <b...@futeisha.org>

* Package name    : python-taskthread
  Version         : 1.4
  Upstream Author : John Herndon <john.hern...@hp.com>
* URL             : http://hpcloud.com/
* License         : Apache 2
  Programming Lang: Python
  Description     : Simple thread module to repetitively perform a task on a 
single thread

Python thread module to repeat an predefined task on a thread mulitple
times. A TaskThread is useful when a task needs to be repeated several
times on a separate thread. Normal usage of the threading.Thread class
would call for creation of a new thread each time the same task needs to
be run. This module allows for repetitive tasks to be run multiple times
on the same thread by having the thread wait until the task needs to be
executed again.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140707173800.28572.18431.reportbug@localhost

Reply via email to