google.appengine.api.apiproxy_stub_map.WaitCanceller

A helper object that can be used to cancel a UserRPC.wait_any() call.

Inherits From: expected_type

An instance of this class can be passed in the RPCs list to UserRPC.wait_any() to cancel the wait.

Methods

cancel

View source

Indicates that the wait should be cancelled.