google.appengine.ext.db.put_async

Returns an asynchronous object that stores one or more Model instances.

Asynchronously store one or more Model instances.

Identical to db.put() except returns an asynchronous object. Call get_result() on the return value to block on the call and get the results.