class documentation
class CompileThread(threading.Thread):
Constructor: CompileThread(name, build_queue, rosmakeall, argument)
This is the class which is used as the thread for parallel builds. This class will query the build queue object for new commands and block on its calls until the build queue says that building is done.
Method | __init__ |
Undocumented |
Method | run |
Undocumented |
Instance Variable | argument |
Undocumented |
Instance Variable | build |
Undocumented |
Instance Variable | logging |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | rosmakeall |
Undocumented |