Public Member Functions | Public Attributes
common.WorkerThread Class Reference

Multithreading The following classes help with distributing work over several instances, providing wrapping for starting, joining, collecting results, and catching Exceptions. More...

Inheritance diagram for common.WorkerThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def run

Public Attributes

 index
 outlist
 worker

Detailed Description

Multithreading The following classes help with distributing work over several instances, providing wrapping for starting, joining, collecting results, and catching Exceptions.

Also they provide support for running groups of threads sequentially, for the case that some library is not thread-safe.

Definition at line 163 of file common.py.


Constructor & Destructor Documentation

def common.WorkerThread.__init__ (   self,
  worker,
  outlist,
  index 
)

Definition at line 165 of file common.py.


Member Function Documentation

def common.WorkerThread.run (   self)

Definition at line 173 of file common.py.


Member Data Documentation

Definition at line 165 of file common.py.

Definition at line 165 of file common.py.

Definition at line 165 of file common.py.


The documentation for this class was generated from the following file:


win_rosinstall
Author(s): Daniel Stonier
autogenerated on Fri Jan 3 2014 12:16:33