Open
Description
From @graingert on March 6, 2017 16:45
I want to use google-cloud-python in a Sanic web service, however I'm having to use run_in_executor() to use this library without stalling the eventloop.
This is much less efficient than an Asyncio native client.
Copied from original issue: googleapis/google-cloud-python#3103