mbox series

[V1,0/2] use the default python lib threadpool to maintain the pool of worker threads

Message ID 1599764335-1164-1-git-send-email-lihongx.ma@intel.com (mailing list archive)
Headers
Series use the default python lib threadpool to maintain the pool of worker threads |

Message

Ma, LihongX Sept. 10, 2020, 6:58 p.m. UTC
  LihongX Ma (2):
  framework: use the default python lib threadpool to maintain thread
  doc: add the required python lib - threadpool

 doc/dts_gsg/sys_reqs.rst |   1 +
 extra_libs/threadpool.py | 426 -----------------------------------------------
 framework/dts.py         |   5 -
 requirements.txt         |   1 +
 4 files changed, 2 insertions(+), 431 deletions(-)
 delete mode 100644 extra_libs/threadpool.py
  

Comments

Tu, Lijuan Sept. 15, 2020, 8:36 a.m. UTC | #1
> Subject: [dts] [PATCH V1 0/2] use the default python lib threadpool to maintain
> the pool of worker threads
> 
> 
> LihongX Ma (2):
>   framework: use the default python lib threadpool to maintain thread
>   doc: add the required python lib - threadpool

Applied