在后台运行异步数据库读取任务

时间:2019-07-22 23:50:22

标签: python-3.x python-asyncio python-multithreading

我有一个名为MyArray的函数,我想在后台以10次/分钟的速度调用它,并刷新最近10秒钟获得的新系统。

get_active_allowed_systems_by_poll

/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/events.py:145:RuntimeWarning:从未等待协程'get_active_allowed_systems_by_poll'

0 个答案:

没有答案