Skip to content

Instantly share code, notes, and snippets.

View vadim-su's full-sized avatar
👨‍🚀
Be more ambitious. The future depends on it.

Vadim Suharnikov vadim-su

👨‍🚀
Be more ambitious. The future depends on it.
View GitHub Profile
@dmfigol
dmfigol / asyncio_loop_in_thread.py
Last active November 24, 2025 13:16
Python asyncio event loop in a separate thread
"""
This gist shows how to run asyncio loop in a separate thread.
It could be useful if you want to mix sync and async code together.
Python 3.7+
"""
import asyncio
from datetime import datetime
from threading import Thread
from typing import Tuple, List, Iterable
@EXL
EXL / 1-ReadMe.md
Last active May 11, 2022 01:59
QComboBox Gradient Sample