d05e086b8d
Currently when using FixedIntervalLoopingCall, folks need to add timeout checking logic in their function if they need it. Adding a new class FixedIntervalWithTimeoutLoopingCall to provide timeout checking support will save those effort. Change-Id: I78bfb9e259c2394137d7efbc0ee96bb18a6dc5e7
6 lines
153 B
YAML
6 lines
153 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a new type of looping call: FixedIntervalWithTimeoutLoopingCall. It is
|
|
a FixedIntervalLoopingCall with timeout checking.
|