TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 2 слични објави

Пребарај: #cintula

当前筛选 #cintula清除筛选
MessageInABottle

@mib_messageinabottle · Post #6780 · 15.05.2024 г., 20:31

I knew they'd find a way to try and pin this on #Putin😂😂🤦‍♂ +++++++++++ The man who shot Slovak Prime Minister Fico was allegedly associated with a pro-Russian paramilitary group, investigative journalist Szabolcs Panyi reports. — 71-year-old writer Juraj #Cintula may be associated with #SlovenskíBranci, a paramilitary group operating in #Slovakia since 2012. — Slovenskí Branci collaborated with the Slovak branch of Putin’s bikers “#NightWolves”, and its members were trained by former Russian special forces. +++++++++ This allegation seems ridiculous tbh, since the assassin seems to be associated with #Fico's political opponents, who were strongly in favour of sanctions against #Russia and with sending more weapons to #Ukraine, Both of these policies were ones which Fico was against. So clearly Russia had little or nothing to gain from Fico's death - and plenty to lose from this assassination

MessageInABottle

@mib_messageinabottle · Post #6777 · 15.05.2024 г., 18:02

The would-be #assassin of #Slovakian PM Robert #Fico has been identified as 71 year old Juraj #Cintula He is alleged to be a supporter of the "#ProgressiveSlovakia" (PS) political party. PS is pro-: neoliberalism, Eurocentrism, rearmament, #Russia sanctions and open borders. Basically your average treacherous European-centrist party. The 1st video above is from 2016, when Cintula was working for the security company #SBS and was briefly in the press because he had overpowered a rioter. The 2nd video seems to have been taken today, 15th of May 2024, shortly after he was apprehended by Slovakian #Police, and appears to be videoed in either a Hospital or in a Police Station Cintula is explaining his motives for shooting Fico