buildroot/package/python-janus/Config.in

9 lines
241 B
Plaintext
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
config BR2_PACKAGE_PYTHON_JANUS
bool "python-janus"
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Mixed sync-async queue to interoperate between asyncio
tasks and classic threads.
https://github.com/aio-libs/janus/