Module: google.appengine.api.background_thread

Background Threads API.

Modules

background_thread module: Background Threads API.

Classes

class BackgroundThread: A threading.Thread-like interface for background threads.

class BackgroundThreadLimitReachedError: Error raised when no further active background threads can be created.

class Error: Base exception class for this module.

class FrontendsNotSupported: Error raised when a background thread is requested on a front end.

Functions

start_new_background_thread(...): Starts a new background thread.