Функция asyncio.wait() это еще один способ вызвать множество асинхронных задач.
Она работает в нескольких режимах.
1. Самый простой - ждем завершения всех задач
async def main():
tasks = [asyncio.create_task(do_it(i)) for i in range(10)]
done, pending = await asyncio.wait(
tasks,
return_when=asyncio.ALL_COMPLETED
)
for task in done:
try:
print(task.result())
except Exception as e:
print(e)
Очень похоже на gather, но работает не так.
▫️возвращает не результаты, а два сета с объектами Task у которых можно забрать результат через task.result() если они в списке done
▫️не гарантирует порядок результатов так как оба объекта это set
▫️не выбрасывает исключение когда оно появляется, а сохраняет его в Task. Исключение появится когда попробуете забрать резултьтат.
2. Ждем завершения первой задачи, даже если там ошибка.
async def main():
tasks = [asyncio.create_task(do_it(i)) for i in range(3)]
done, pending = await asyncio.wait(
tasks,
return_when=asyncio.FIRST_COMPLETED
)
# в done может быть несколько задач!
for task in done:
try:
print(task.result())
except Exception as e:
print(f"Fail: {e}")
# Оставшиеся задачи в pending, как правило, нужно отменить, иначе они будут продолжать работать
for task in pending:
task.cancel()
В сете done будут таски которые успели завершится, причем как успешно так и нет.
3. До первой ошибки.
Тоже самое, но с аргументом FIRST_EXCEPTION
done, pending = await asyncio.wait(
tasks,
return_when=asyncio.FIRST_EXCEPTION
)
Функция завершается как только первая задача упадет с ошибкой.
Учтите, что в любом случае done вы можете обранужить несколько задач, как с ошибками так и успешные.
↗️ Полный листинг примеров здесь
#async
#Advert
My online marketing "secret weapon"
Hi there,
I just wanted to shoot you a quick update about a killer
tracking and optimization platform called ClickMagick:
https://clickmagick.com/go/Tajedo
It helps you to scientifically track and optimize all
your ads and promotions, all in one place ...
... and get more leads,conversions and revenues from
the same traffic you're already getting.
There's nothing else like this out there. Check out the
free trial and let me know what you think:
https://clickmagick.com/go/Tajedo
You can Read our Affiliate Disclosure.
#Advert
Software as a Service (SAAS) tool for business owner & Marketers
GrowMeOrganic
GrowMeOrganic is an all-in-one sales automation platform that helps you find verified business emails of your potential clients and send email sequences with automated email follow-ups.
Features:
✅ Extract unlimited emails from LinkedIn search results and export them in form of CSV
✅ Get access to 15 Million B2B company databases across the world which you can filter by a specific Industry and Country
✅ Find contact details of all the employees from any company
✅ Extract contact details of the local business list on google my business
✅ Send unlimited cold emails with automated follow-ups.
✅ Use our email warm-up system to avoid landing your emails in spam
Try GrowMeOrganic
#Advert
Business owners, product creators, service providers, coaches, retailers, ecommerce site managers, virtual assistants...
No matter who you are, if you're selling an offer online, you need a high-converting sales page.
And our brandable course, How to Create Sales Pages that Convert, walks through each essential step needed to put together a sales page that converts visitors to paying customers.
The package is one of our full Blaze course kits so it includes a Course Book, Action Guide, Cheat Sheet, Slideshow, Lead Magnet, Follow-Up Emails, Blog Posts, and more.
What's the weekend special?
Course: How to Create Sales Pages that Convert
Dates: Friday, October 14th to Monday, October 17th
Discount: 50% Off
NEW Upgrade Pack: Quizzes and Sale Copy
Upgrade Bonus: Social Media Images
#Advert
My online marketing "secret weapon"
Hi there,
I just wanted to shoot you a quick update about a killer
tracking and optimization platform called ClickMagick:
https://clickmagick.com/go/Tajedo
It helps you to scientifically track and optimize all
your ads and promotions, all in one place ...
... and get more leads,conversions and revenues from
the same traffic you're already getting.
There's nothing else like this out there. Check out the
free trial and let me know what you think:
https://clickmagick.com/go/Tajedo
You can Read our Affiliate Disclosure.
#Advert
#photoediting#graphicdesign
Even if you don’t know Photoshop, you can work on pictures with great design.
With the help of thousands of design templates on this site,
you can easily create booklets, logos, promotional images, packaging, presentations, promotional images, invitations, infographics and...
many other types of design images.
LINK 👉Canva