]> code.ossystems Code Review - openembedded-core.git/commit
oe/utils: Add simple threaded pool implementation
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Jun 2015 21:15:34 +0000 (22:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Jun 2015 21:18:14 +0000 (22:18 +0100)
commit44ae778fefca5112900b870be7a485360c50bc2e
tree481126a40c5362ff6f7422a93b294845f2404f82
parentdee005b6e1bc353230f9f27a469b2054a644e542
oe/utils: Add simple threaded pool implementation

Python 2.7 doesn't have a threaded pool implementation, just a multiprocessing
one. We have need of a threaded implementation so add some simple class code
to support this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/utils.py