You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What was the reason for the change? Are there differences between the approaches and if yes, which one should be used? (I am using the qasync.run() pattern at the moment)
The text was updated successfully, but these errors were encountered:
In e65c342 the qasync example usage in the README has been updated, along with
aiohttp_fetch.py
.Before, it used
qasync.run()
now it explicitly instantiates/sets the event loop objects and uses
run_until_complete()
What was the reason for the change? Are there differences between the approaches and if yes, which one should be used? (I am using the
qasync.run()
pattern at the moment)The text was updated successfully, but these errors were encountered: