Hi 👋
Thanks for maintaining notifiers!
I wanted to ask if there are any plans to add native async/asyncio support to the library. Async is now a first-class citizen in Python, and many modern applications and frameworks (FastAPI, async workers, background tasks, etc.) are async-first.
Is native async support (e.g., async notification clients or async-compatible APIs) on the roadmap? If not, are there any recommended patterns for using notifiers safely in async applications today?
Thanks again, and appreciate any insight into future direction.
Hi 👋
Thanks for maintaining notifiers!
I wanted to ask if there are any plans to add native async/asyncio support to the library. Async is now a first-class citizen in Python, and many modern applications and frameworks (FastAPI, async workers, background tasks, etc.) are async-first.
Is native async support (e.g., async notification clients or async-compatible APIs) on the roadmap? If not, are there any recommended patterns for using notifiers safely in async applications today?
Thanks again, and appreciate any insight into future direction.