On 2015-12-16 12:55 AM, Kevin Conway wrote: > I think the list is trying to tell you that awaiting a coro multiple > times is simply not a valid case in Python because they are > exhaustible resources. In asyncio, they are primarily a helpful > mechanism for shipping promises to the Task wrapper. In virtually all > cases the pattern is: > > > await some_async_def() > > and almost never: > > > coro = some_async_def() > > await coro > That's exactly right, thank you, Kevin. Yury
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4