TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

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

Пребарај: #bankniftyoptions

当前筛选 #bankniftyoptions清除筛选
PRICE ACTION EXPERT

@priceactionexpert · Post #7645 · 27.07.2024 г., 10:37

https://x.com/priceactiongann/status/1817147124481482979 #nifty#BankNiftyOptions price cycle explained! when reaches 25192 4 cycles ends and interconnected there 23535 and 24676 23900 and 25192 from 25192 to 23900 first jackpot. 24676 to 23535 is next. in this 23900 will bounce and 23535 will also bounce so breaking 23900 takes us to next complete second jackpot to 23535! when breaking 23900 1st major cycles breaks down and next 23535 will see crash same as bank nifty breaking 51860 in bank nifty! if 23535 holds it will range and decide there! 23535 is last resort or hope for upside. after this goes down to 19k or 18k next. this is the whole pattern loading for upcoming years. save it for years and months to come! u have entire cycles in ur hands all levels will act strongest force of vibration for sure in future just mark the levels and see for urself! #nifty50#stocks#stockmarket#gann#trading#economy#priceaction#astrology#financialastrology