File: add-timeout-looping-call-5cc396b75597c3c2.yaml

package info (click to toggle)
python-oslo.service 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: python: 4,646; makefile: 20; sh: 2
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (5)
1
2
3
4
5
---
features:
  - |
    Add a new type of looping call: FixedIntervalWithTimeoutLoopingCall. It is
    a FixedIntervalLoopingCall with timeout checking.