- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 06 2月, 2018 1 次提交
-
-
由 Yang Yu 提交于
Change the behaviour of thread pool. Thread pool will ignore the thrown exception implicitly. It is hard to debug. Corrently, ThreadPool::Run will invoke `LOG(FATAL)` if an exception thrown.
-
- 30 1月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* refine channel test * follow comments * Add dependency enforce to threadpool * Revert changes to channel_test.cc * Revert changes to channel_test.cc * Add #include "paddle/framework/macros.h"
-
- 29 1月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* Polish threadpool * Add #include <vector> * Rename variables * Rename variables * clang-format
-
- 04 1月, 2018 2 次提交
- 28 12月, 2017 1 次提交
-
-
由 Yancey 提交于
* Run interface return future * delete unused comments
-
- 26 12月, 2017 1 次提交
-
-
由 dzhwinter 提交于
* "fix threadpool style" * "remove header"
-
- 25 12月, 2017 1 次提交
-
-
由 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
-