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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #400 · 8 дек.

Три способа выполнить множество задач с asyncio Функция для примера: async def do_it(n): await asyncio.sleep(random.uniform(0.5, 1)) return n 1. Последовательный вызов async def main(): for i in range(100): result = await do_it(i) Такой вызов имеет смысл только тогда, когда результат одной задачи требуется для вызова следующей. Если они независимы, то это антипаттерн, так как аналогичен простому синхронному вызову по очереди. 2. Упорядоченный результат async def main(): tasks = [do_it(i) for i in range(100)] results = await asyncio.gather(*tasks) Выполняет корутины конкурентно и возвращает результат в виде списка. Полезен когда требуется получить результаты в том же порядке в котором задачи отправлены. 3. Результат по мере готовности tasks = [asyncio.create_task(do_it(i)) for i in range(100)] for cor in asyncio.as_completed(tasks): result = await cor Так же выполняет корутины конкурентно, но не гарантирует порядок. Результат возвращается по мере готовности, каждый отдельно. Полезен когда нужно обработать любой ответ как можно скорее. #async

Hashtags

Резултати

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

Пребарај: #lddh

当前筛选 #lddh清除筛选
Addis Standard

@addisstandardeng · Post #21606 · 04.03.2026 г., 09:55

Four children killed in #Djibouti 'drone strike' explosion: official, NGO Four children were killed in southern Djibouti in an explosion, authorities said late Tuesday, with a human rights group saying it was a drone strike. The children died in an explosion in the #Dhikil region in #Afar, public prosecutor Hassan Mohamed Hassan said in a statement, calling it a tragic event. Afar's community feels marginalised by President Ismail Omar #Guelleh, a member of the majority Issa community, who has ruled the country with an iron fist since 1999. "Two children, aged six and seven (a girl and a boy), were killed at the scene, and on Tuesday two others succumbed to their injuries due to a lack of evacuation and medical care," the Djiboutian League for Human Rights (#LDDH) said in a press release. The LDDH said the children were tending livestock when the incident took place and that.... https://web.facebook.com/AddisstandardEng/posts/pfbid037tZUcL1PYTnwEdFMBf2aLFw9oqiCJtFEgDvXKgddZQQa2CBTDdSTm1p2pcNcTkj9l