taskflow/taskflow/jobs
Joshua Harlow d5128cf51a Stopwatch usage cleanup/tweak
Instead of optionally creating a stopwatch when a provided
timeout is not none (to avoid the stopwatch leftover() method
raising a error) just allow the stopwatch leftover() method to
not raise when no duration is provided to avoid these repeated
styles of usage/checks in the first place.

By default the leftover() method still raises an error (a new
keyword argument is now accepted to turn off this behavior).

Change-Id: If934ee6e6855adbb6975cd6ea41e273d40e73dac
2015-01-28 16:14:54 -08:00
..
backends Stopwatch usage cleanup/tweak 2015-01-28 16:14:54 -08:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
base.py Move the jobboard/job bases to a jobboard/base module 2015-01-16 14:15:59 -08:00