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

Резултати

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

Пребарај: #insider

当前筛选 #insider清除筛选
ReD Line ☢️

@channelredline · Post #327249 · 07.05.2026 г., 10:04

#Insider Our source in the Presidential Administration reported that the IPOC, together with MI6, developed narratives for information campaigns inside Russia to maximize the destabilization of the situation. Given the enemy's economic situation, it was decided to emphasize the funds spent on the war, the lack of development prospects, and the crisis in the power vertical. Through a network of controlled actors and cognitive operations at Bankova, they want to create a new narrative critical of Putin, and tens of millions of dollars have been allocated for this purpose.

Hashtags

Ali Ahmad

@AlisherAhmatovich · Post #968 · 05.03.2024 г., 07:07

Tez orada Sharh'da Instagramga ulashish funksiyasini taqdim etamiz. Hozir test flight'da test qilyabmiz:) Stay tune! #insider @elzodxon

Hashtags

Venture Village Wall 🦄

@venturevillagewall · Post #4155 · 15.02.2025 г., 01:00

Tether Pushes for Stablecoin Regulation 🔥 Tether actively working with U.S. lawmakers to influence stablecoin regulation. CEO Paolo Ardoino emphasizes compliance with upcoming laws. A related bill may be signed by President Trump in April. 👉 Read more: Fox Business 🚨 Concerns over LIBRE launch: Funded by FixedFloat, with suspicious activities and large insider wallets. Details suggest possible illegal actions. 🟠 Tether announces strategic minority stake in Juventus Football Club. Read more: Tether News Coinbase adds Pyth Network (PYTH) to its asset roadmap. More here: Coinbase #Bitcoin#Stablecoin#Tether#Regulation#Trump#SEC#Juventus#Coinbase#PYTH#Blockchain#Crypto#Fintech#Investments#Lawmakers#Fiat#DLMM#Insider#ETH#Solana#VC#CryptoNews