@talks · Post #135 · 02.02.2017 г., 11:40
#Dostoevsky@talks
Hashtags
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
Пребарај: #dostoevsky
@talks · Post #135 · 02.02.2017 г., 11:40
#Dostoevsky@talks
Hashtags
@stickerhut · Post #123 · 23.02.2022 г., 10:45
✨@stickerhut 文豪ストレイドッグス Bungo Stray Dogs Проза бродячих псов #bungostraydogs #dostoevsky
Hashtags
@aseanrussia · Post #238 · 25.01.2023 г., 10:02
❓️Always wanted to speak the language of #Pushkin and #Dostoevsky and read masterpieces of Russian classics in the original Russian but didn't know where to begin? Dear friends! 🎓We invite you to have an exciting journey into the world of Russian language with the series of free video lessons of the #DiplomaticAcademy of the Russian MFA🇷🇺. Video course “Russian language lessons with the Diplomatic Academy” will help you to get the first communicative skills in Russian and basic knowledge of grammar what will be useful for further studying of the Russian language. 🕑Lessons are available on the website of the Diplomatic Academy. It won´t take you much time: each lesson lasts for not more than 15 minutes. The first 100 lessons of the Russian language are provided with subtitles in Russian and English for ease of study. Hope you will enjoy the course!😉 👇 🔗https://rldipacademy.ru/