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 слични објави

Пребарај: #uvalde

当前筛选 #uvalde清除筛选
BadVolf

@BadvolfNews · Post #102 · 29.05.2022 г., 21:49

⚡The American majority is deeply shocked by the tragedy that occurred in Uvalde. It is impossible to even imagine the horror that the children and their parents experienced. If we have $40 billion to give to Ukraine, why then we can't afford a likewise amount for schools' security? Crazy Brandon cares more about his money laundering schemes rather than Americans kids. They wonder why police aren't respected anymore. It's because when they're not kneeling for BLM, they're driving around in rainbow flag cars. Uvalde police simply refused to protect their own citizens. Instead parents trying to save children were handcuffed by the same police that were supposed to be saving the kids. What man would not be willing to sacrifice his life to protect such precious lives? Such cowardice is completely devoid of comprehension. You need to know these names. Share this list with journalists or congressmen you trust. Let them ask the questions. #Uvalde#police#shooting Share and subscribe @american_majority