| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module Job :: Class Serial |
|
This class is used to execute tasks in series, and is more efficient than Parallel, but is only appropriate for non-parallel builds. Only one instance of this class should be in existence at a time.
This class is not thread safe.
| Method Summary | |
|---|---|
Create a new serial job given a taskmaster. | |
cleanup(self)
| |
Start the job. | |
| Method Details |
|---|
__init__(self,
taskmaster)
|
start(self)Start the job. This will begin pulling tasks from the taskmaster and executing them, and return when there are no more tasks. If a task fails to execute (i.e. execute() raises an exception), then the job will stop. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |