This message was deleted.
# python
s
This message was deleted.
i
You can -
get_vpclink
returns a future, you can save that future to a local variable and then pass that local in as inputs to resources.
You can do this with anything that returns a future, including async HTTP requests with e.g.
aiohttp
h
ahh, you're right! Sorry, I'm new to asynchronous programming and haven't totally wrapped my head around futures/tasks/loops/etc.