Closed garbados closed 11 years ago
Cloudant-Python now makes synchronous requests by default. To enable asynchronous requests, pass async=True as a keyword argument to the constructor of any object.
async=True
Changes Unknown when pulling 59a82b0c5cfb2c7fb54b5cba7b7b606a6e6d581e on sync-by-default into \ on master**.
Changes Unknown when pulling 534c07a4be1cb8dc9be85a004acc3dd1c06b6300 on sync-by-default into \ on master**.
Cloudant-Python now makes synchronous requests by default. To enable asynchronous requests, pass
async=True
as a keyword argument to the constructor of any object.