Davanum Srinivas 80bfd1a781 Allow preexec_fn method for processutils.execute
If the user specifies preexec_fn, we should call that in
our existing _subprocess_setup. On windows, we silently
drop this preexec_fn as subprocess.Popen raises a ValueError
if we do pass it in.

Change-Id: I0176c66fa2de001aa14f0d928d06fd894de55511
2015-07-07 10:15:48 -07:00
2015-01-09 15:38:48 -05:00
2014-08-07 22:27:31 +04:00
2014-12-10 08:31:04 -05:00
2015-04-06 14:58:23 +00:00
2014-12-02 17:03:55 +00:00
2014-12-10 08:31:04 -05:00
2014-09-09 04:32:55 +00:00
2015-03-11 19:51:58 +00:00

oslo.concurrency

Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

Description
OpenStack library for all concurrency-related code
Readme 4.9 MiB
Languages
Python 100%