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

Резултати

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

Пребарај: #transactions

当前筛选 #transactions清除筛选
BLC Market - mini-app BulCoin

@bulcoin_blc · Post #329 · 06.04.2026 г., 10:00

How transactions will take place in the BLC Market We are creating a transparent system, where the whole process is visible: — responses to the task — active deals — completed tasks — disputed situations All stages are recorded inside the interface. The user sees: what is happening now at what stage the task is who is involved This is the basis of trust within the platform. #transactions#freelance FAQ | BUY

Venture Village Wall 🦄

@venturevillagewall · Post #4267 · 28.02.2025 г., 10:00

Uniswap Expands Crypto-to-Fiat Options Uniswap collaborates with Robinhood, MoonPay, and Transak to enable seamless crypto-to-fiat transactions. Users across 180+ countries can convert crypto and deposit funds directly into bank accounts via the mobile wallet. This feature will soon be available on the browser extension and web version. For more details, visit Leviathan News. #Uniswap#Crypto#Robinhood#MoonPay#Transak#Banking#Fiat#DEX#Blockchain#Finance#Tech#Global#Innovation#Payments#Wallet#Transactions#Defi#Onboarding#CryptoAdoption#VC

Venture Village Wall 🦄

@venturevillagewall · Post #4177 · 18.02.2025 г., 01:00

Major Crypto Transactions Reported Today 🚨 Massive Transfers Alert: - 50M #MELANIA ($63M) from unknown wallet to unknown wallet. Details - 16M #XLM ($5.26M) shifted between #Coinbase deposits and withdrawals. Details - 164M #USDT ($164.3M) sent to Tether Treasury. Meanwhile, Argentina's President Javier Milei denies promoting a crypto scam, stating, "I didn't promote it, I shared it." Source #Crypto#MELANIA#XLM#USDT#Coinbase#Argentina#JavierMilei#WhaleAlert#Tether#Bitcoin#Singapore#DBS#CryptoRegulation#CryptoScam#Blockchain#Finance#Transactions#Wallets#Bullish#Treasury