Как остановить цикл событий asyncio из дочернего потока?
#python #python-asyncio #python-multithreading #cryptofeed Вопрос: from cryptofeed import FeedHandler from cryptofeed.feed import Feed from cryptofeed.defines import L2_BOOK, BID, ASK from cryptofeed.exchange.ftx import FTX from threading import Thread from time import…