aio-libs / janus

Thread-safe asyncio-aware queue for Python
Apache License 2.0
806 stars 47 forks source link

Use AnyIO (optionally) #506

Open madkote opened 1 year ago

madkote commented 1 year ago

Currently ThreadPoolExecutor is in use. It would be nice to have an option to use AnyIO.

Why:

madkote commented 1 year ago

open to discuss about details