diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2024-02-18 15:59:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-19 11:58:12 +0000 |
commit | 2406bd10550997ecd033baad93fcb59b223c5aa8 (patch) | |
tree | 839a0f5ec364f3879894c4f3f73ab18a7afdf1fd /scripts/lib/devtool/standard.py | |
parent | 3bd2c69e70853584beaaa5a4fd62589fa051d911 (diff) | |
download | poky-2406bd10550997ecd033baad93fcb59b223c5aa8.tar.gz |
bitbake: asyncrpc: Add Client Pool object
Adds an abstract base class that can be used to implement a pool of
client connections. The class implements a thread that runs an async
event loop, and allows derived classes to schedule work on the loop and
wait for the work to be finished.
(Bitbake rev: f113456417f9ac0a4b44b291a6e22ea8219c3a5f)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions