- 07 2月, 2018 1 次提交
-
-
由 kavyasrinet 提交于
* Adding panic logic and test case * Change panic behavior to boolean instead of exception * Adding atomic * Switch to boolean * Fix spacing * Add to close method
-
- 06 2月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 03 2月, 2018 2 次提交
-
-
由 chengduo 提交于
* refine buffer channel * refine Receive and Send * follow comments
-
由 Abhinav Arora 提交于
-
- 31 1月, 2018 1 次提交
-
-
由 chengduo 提交于
* 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" * Add unit tests * fix code format * refine close channel * follow comments * use delete to destroy channel
-
- 29 1月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* Remove IsBounded as buffered channels have to be bounded * Add derived classes Buffered and UnBuffered" * Implement buffered and unbuffered channels * Correct the syntax of Channel::Receive * clang-format * clang-format 3.8 * clang 3.8
-