> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/openstack/common/loopingcallpy.md).

# loopingcall.py

一些需要循环调用的类。

基础类LoopingCallBase，和继承自其的FixedIntervalLoopingCall类和DynamicLoopingCall类。
