@googlefactss · Post #40071 · 12.11.2025 г., 06:23
Some frog species, such as the Senegal running frog and the red-banded rubber frog, move across land by walking or crawling rather than hopping. @googlefactss#amphibians#frogs
Hashtags
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
Пребарај: #frogs
@googlefactss · Post #40071 · 12.11.2025 г., 06:23
Some frog species, such as the Senegal running frog and the red-banded rubber frog, move across land by walking or crawling rather than hopping. @googlefactss#amphibians#frogs
Hashtags
@teslacallsofficial · Post #10006 · 14.03.2026 г., 22:17
🔥$FROGS Rolled the dice on this BSC play dip hunters know the drill: time it right, and always DYOR. X: https://x.com/christanxsx/status/2019762141427900628?s=46 🔗 Contract: https://solscan.io/token/0xC3B1A6229D9017376cF9a5Ba7a60782BD8dB4444 https://dexscreener.com/bsc/0x3357047F963d6459FB8C4e43c78392e09734e53C #FROGS#BSC#TESLACALLS
Hashtags
@interesting_planet_facts · Post #459 · 29.07.2025 г., 17:22
🌎 The mimic poison frog of Central America’s rainforests sports dazzling colors that copy other toxic frogs, deterring predators through clever visual deception rather than its own strong toxins. ✨ #rainforest⚡#mimicry⚡#frogs 👉subscribe Interesting Planet
Hashtags
@catalog_stickerov · Post #2529 · 12.11.2024 г., 21:18
Набор стикеров «Лягушачий микс» #лягуха#лягушки#frogs#животные
@googlefactss · Post #40855 · 24.03.2026 г., 23:01
Boreal chorus frogs can make their loud, high-pitched “reeeek” calls underwater, which is rare among frogs. They are small frogs found in Canada and the northern United States, usually growing to about 3 centimeters long. Their bodies are brown, tan, or green, and they often have three dark stripes running down the back and a dark line through each eye. They live near ponds, marshes, and wetlands. Males call in groups to attract mates and warn other males. Calls are most common during the spring breeding season. 🐸🌿🌊 [Read more 1] [Read more 2] @googlefactss #Animals#Nature#Frogs#Wildlife#DidYouKnow#Communication#wednesdayfrog
@yourownads · Post #41 · 03.09.2024 г., 03:19
The Next #DOGS?! 🐸 FROGS 🐱 CATS 🐷 PIGS 🤑 BLUM 🐐 GOATS 🦆 DUCK ⭐️MAJOR 🌈These apps are similar to $DOGS. Some from them might be the next Airdrops, but nothing official announcement yet.! 🐦 Twitter 𝕏 ✔️ Follow us 💬Join Community ✔️ #aridrops#dogs#cats#frogs#pigs#blum#goats#duck#hamsterkombat
@venturevillagewall · Post #3770 · 01.01.2025 г., 22:00
Telegram Unveils Major NFT Update 🎉 Telegram introduces a big update allowing gifts and stickers to be converted into NFTs. Gifts gain unique traits like emotions, backgrounds, and colors, enhancing their individuality and value. Rare traits will be limited to 10% of users, creating opportunities for resale at higher prices. Gifts can be converted for 25 Stars, while minting NFTs incurs network fees. Future integration with platforms like Fragment or GG is expected for seamless NFT creation. 🐸 The latest highlight is a unique frog gift gaining traction! For more details, visit: Full Update #Telegram#NFT#Gifts#Crypto#Updates#Blockchain#Stars#Minting#Fragment#GG#Frogs#RareItems#DigitalAssets#Community#Market#Trading#Tech#Innovation#SocialMedia#Engagement#CryptoTrends