oslo.concurrency/oslo_concurrency/tests
Tony Breeds d8307005bf Add 2 callbacks to processutils.execute()
Add optional on_execute and on_completion callbacks to allow callers of
procesutils.execute() to track process completion asynchronously.

This could be used to cache the pid of long running tasks associated
with an instance and then clear the cache when the process completes.
While the tasks are running should it be required the pid retrieved and
the process can be signaled.

Co-Authored-By: abhishekkekane <abhishek.kekane@nttdata.com>
Change-Id: Ifc23325eddb523f6449ba06a2deb0885a8a7009d
2015-06-17 10:39:36 +10:00
..
unit Add 2 callbacks to processutils.execute() 2015-06-17 10:39:36 +10:00
__init__.py Add eventlet test check to new tests __init__.py 2015-02-06 17:32:39 +00:00