Files
oslo.service/oslo_service/loopingcall.py
Joshua Harlow 8cc9813e19 Have all the looping calls share a common run loop
This refactors the looping call subclasses to share
a common '_run_loop' function, this avoids duplicating that
code and taking advanage of the commonality of both of these
subclasses.

This also moves this code closer to not being dependent on
eventlet.

Change-Id: I61c0bbd6a7cda11f96374fd7c453ac5fa89ed613
2015-06-23 10:47:58 -07:00

4.6 KiB