![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | run |
Public Attributes | |
queue | |
A thread that joins a queue and exits. Queue joins do not have a timeout. To simulate a queue join with timeout, run this thread and join it with a timeout.
def google.appengine.tools.bulkloader.QueueJoinThread.__init__ | ( | self, | |
queue | |||
) |
Initialize a QueueJoinThread. Args: queue: The queue for this thread to join.
def google.appengine.tools.bulkloader.QueueJoinThread.run | ( | self | ) |
Perform the queue join in this thread.