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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #402 · 22 дек.

Отдельно разберём TaskGroup, который пришел на замену gather в Python 3.11. Ключевые отличия ▫️create_task() возвращает объект asyncio.Task, у которого есть соответствюущие методы управления. То есть у нас больше контроля ▫️это контекстный менеджер, который гарантирует что все таски будут остановлены по выходу из контекста ▫️ошибка автоматически отменяет незавершенные задачи, ▫️except* передает нам ExceptionGroup, в котором каждую ошибку можно обработать отдельно import asyncio import random async def do_it() -> str: if random.random() < 0.1: raise ValueError('Oops') delay = random.uniform(0.5, 1.5) await asyncio.sleep(delay) return delay async def main(): try: async with asyncio.TaskGroup() as tg: for _ in range(10): tasks.append(tg.create_task(do_it())) for t in tasks: print(t.result()) except *ValueError as e: for err in e.exceptions: print(err) asyncio.run(main()) Рекомендую изучить страницу Coroutines and Tasks из документации, где представлено больше интересных примеров и механизмов - таймауты - отмена задач - создание задач из другого потока #async

Hashtags

Резултати

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

Пребарај: #cryptoinfluence

当前筛选 #cryptoinfluence清除筛选
Crypto M - Crypto News

@CryptoM · Post #65268 · 12.04.2026 г., 13:08

🚀 Tether-Linked PAC Makes Initial Expenditure Ahead of 2026 U.S. Midterm Elections A political action committee associated with Tether, Fellowship PAC, has made its first expenditure ahead of the 2026 U.S. Congressional midterm elections. According to Odaily, the PAC paid approximately $300,000 to Nxum Group, a company co-founded by Bo Hines, to provide advertising services for Republican candidates. Bo Hines currently serves as the head of Tether's U.S. operations and previously worked as a digital asset policy advisor in U.S. President Donald Trump's administration. Jesse Spiro, the chairman of Fellowship PAC, is also affiliated with Tether US. Public records indicate that Nxum Group was established by Bo Hines and his partners. This transaction coincides with the PAC's initial expenditure report submission to the U.S. Federal Election Commission (FEC). Although Fellowship PAC has announced plans to invest up to $100 million in support of crypto-friendly candidates, its current account disclosures show nearly zero funds. Under U.S. campaign finance regulations, political committees can pay affiliated entities for services, provided they adhere to the "fair market price" principle. This has sparked discussions about potential conflicts of interest. Fellowship PAC has begun targeted advertising and candidate support in Republican elections, positioning itself as a new political influence tool for the crypto industry in the 2026 election cycle. However, questions remain regarding the transparency of its funding sources and operations. #Tether#FellowshipPAC#2026Midterms#USPolitics#CampaignFinance#CryptoPolitics#BoHines#RepublicanCandidates#PoliticalActionCommittee#ElectionAdvertising#CryptoInfluence#FEC#PoliticalFunding#ConflictOfInterest#NxumGroup