d1c47fea21
Jobs scheduler for managing background task (asyncio). Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOJOBS
|
|
bool "python-aiojobs"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
|
help
|
|
Jobs scheduler for managing background task (asyncio).
|
|
|
|
https://github.com/aio-libs/aiojobs
|