[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#754118: ITP: python-taskthread -- Simple thread module to repetitively perform a task on a single thread



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

* Package name    : python-taskthread
  Version         : 1.4
  Upstream Author : John Herndon <john.herndon@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.


Reply to: