1. 10 2月, 2018 1 次提交
  2. 29 1月, 2018 1 次提交
    • Y
      Polish threadpool (#7918) · 4fb3c676
      Yi Wang 提交于
      * Polish threadpool
      
      * Add #include <vector>
      
      * Rename variables
      
      * Rename variables
      
      * clang-format
      4fb3c676
  3. 28 12月, 2017 1 次提交
  4. 26 12月, 2017 1 次提交
  5. 25 12月, 2017 1 次提交
    • Y
      Implement a simple threadpool (#6684) · 127bc2e0
      Yancey 提交于
      * implement a simple threadpool
      
      * unlock before cv.notify
      
      * add done function
      
      * add lock with GetAvailable function
      
      * delete done_
      
      * using call_once in GetInstance
      
      * update by comment
      
      * update comment
      
      * enhance unit test for multi threads task
      127bc2e0