future 用于将任意函数包装成一个awaitable对象。 例: future = aAsync(requests.get, 'http://www.xxx.com', headers=headers) data = yield from future
(func, *args, **kwargs)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected