oslo.service/oslo_service
Joshua Harlow 9604fc9c43 Use a timeutils.StopWatch for cancel timing
Instead of using time.time and such directly the
oslo utils timeutils code provides a handy timer that
itself uses monotonic time (so it won't be affected
by time shifts) so prefer to use that for the timer like
code that exists in this new cancel code.

Change-Id: Ie41f8e90cf1cb3f62fd0def00b0bc7068acd2c40
2016-03-17 09:46:12 -07:00
..
tests Add ability to cancel Threads and ThreadGroups 2016-03-10 08:16:00 -06:00
__init__.py Fix Heartbeats stop when time is changed 2016-03-03 21:21:02 +01:00
_i18n.py Update translation setup 2016-01-29 11:43:28 +01:00
_options.py Merge "wsgi: decrease the default number of greenthreads in pool" 2016-02-24 05:30:42 +00:00
eventlet_backdoor.py Exception: message need '_' function 2016-03-09 13:07:23 +08:00
loopingcall.py Exception: message need '_' function 2016-03-09 13:07:23 +08:00
periodic_task.py Use reflection.get_class_name() from oslo.utils 2015-11-17 22:14:23 +08:00
service.py Exception: message need '_' function 2016-03-09 13:07:23 +08:00
sslutils.py Add Bandit to tox for security static analysis 2015-12-01 16:10:15 +03:00
systemd.py Use contextlib.closing instead of try ... finally: sock.close 2015-08-04 17:57:38 -07:00
threadgroup.py Use a timeutils.StopWatch for cancel timing 2016-03-17 09:46:12 -07:00
wsgi.py Fix some inconsistency in docstrings 2016-01-06 15:01:09 +00:00