|
string | SUCCESS = 'success' |
|
string | RETRY = 'retry' |
|
string | FAILURE = 'failure' |
|
def google.appengine.tools.adaptive_thread_pool.WorkItem.PerformWork |
( |
|
self, |
|
|
|
thread_pool |
|
) |
| |
Perform the work of this work item and report the results.
Args:
thread_pool: The AdaptiveThreadPool instance associated with this
thread.
Returns:
A tuple (status, instruction) of the work status and an instruction
for the ThreadGate.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/adaptive_thread_pool.py