document intentions regarding async command results

This commit is contained in:
Russell Haering 2013-12-27 12:53:44 -08:00
parent 81fe6c7307
commit da1b5bfecc

@ -64,6 +64,9 @@ class BaseTeethAgent(object):
self.command_map[command_name](**kwargs)
# TODO(russellhaering): allow long-running commands to return a
# "promise" which can be converted into a watch URL.
def run(self):
"""Run the Teeth Agent."""
if self.started_at: