@notizieturchia · Post #3268 · 02.05.2025 г., 20:31
#Siria: Il gigante francese delle navi da crociera, CMA CGM, firma un accordo trentennale per investire 260 milioni di dollari nel porto siriano di #Latakia.
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #401 · 15 дек.
Функция 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
Hashtags
Пребарај: #latakia
@notizieturchia · Post #3268 · 02.05.2025 г., 20:31
#Siria: Il gigante francese delle navi da crociera, CMA CGM, firma un accordo trentennale per investire 260 milioni di dollari nel porto siriano di #Latakia.
@EvaKarene_Bartlett · Post #29162 · 30.12.2025 г., 21:12
After the attack launched by the regime’s terrorists yesterday in #Latakia, the modest kiosk of the #Alawite young man Ali was vandalized. Ali used to make a living and support his family from this kiosk, and now his family's only source of income has been cut off. Tweet: https://t.co/FPNJrUBukx
@EvaKarene_Bartlett · Post #29135 · 29.12.2025 г., 07:34
#Latakia | #Syria : Several protesters were killed today, and many others were injured. Among the fatalities were Haider Muhammad Ma’la (معلا) and Noor Badr Ghara, who were shot by #HTS-led General Security militias. SyrianCoast
@EvaKarene_Bartlett · Post #29123 · 28.12.2025 г., 14:11
In #Jolani's textbook, you disperse peaceful protesters by bringing FUCKING TANKS. @TheAlawiteEcho Tens of thousands of #Alawites are protesting in the city of #Latakia and all around the Syrian coast, rejecting the Jihadist regime of #Jolani, calling for federalism. The Alawite community has lost thousands of civilians throughout the last year, with thousands more detained. https://t.co/SV7Sb1byDR View tweet
@moscowphotog · Post #1489 · 08.03.2025 г., 13:48
"A new massacre against the #Alawites in the city of #Latakia, in the #Dattour neighborhood, al-Mazar junction. I beg all segments of the Syrian people, especially the #Druze, #Kurds, and any remaining members of the #Sunni community who still have a little humanity left in their hearts, to take to the streets in protest to stop these massacres against the innocent. These #massacres are not from yesterday, they are happening today, and as of moments ago, they are still being carried out by Syrian members of Hay’at Tahrir al-Sham #HTS, wearing their official uniforms. Please, save those who remain." https://t.me/CoastSyrian24/771