- 09 2月, 2018 2 次提交
-
-
由 kavyasrinet 提交于
* Fixing unbufered test to a generic test * Update channel_test.cc * splitting over functions * add type * fix *
-
由 kavyasrinet 提交于
* Adding more details to cluster_train * Update copyright for notest_dist_image_classification * Fixed copyright * Updating the copyright year and content
-
- 08 2月, 2018 2 次提交
-
-
由 Yu Yang 提交于
-
由 Abhinav Arora 提交于
Fix for program crash when destructor is called before channel close with blocked readers/writers (#8197) * Fix destructor crash and add unit tests * Fix typo in unit test * Reword comments * Make close channel a generic test * Refactoring unit tests * Fix method name
-
- 07 2月, 2018 5 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 fengjiayi 提交于
-
由 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 14 次提交
-
-
由 fengjiayi 提交于
-
由 Yi Wang 提交于
* Add test case to return zero on a closed channel * Rename method * Fix test * ReceiveFromBufferedChannelReturnResidualValuesTest * Adding the variable and case for unbuffered channel * Fix review comments * Fix format * Remove a zero-value comparison
-
由 dangqingqing 提交于
-
由 dzhwinter 提交于
-
由 dzhwinter 提交于
-
由 dzhwinter 提交于
-
由 Luo Tao 提交于
-
由 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.
-
由 chengduoZH 提交于
-
由 fengjiayi 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 05 2月, 2018 7 次提交
- 04 2月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
-
- 03 2月, 2018 3 次提交
-
-
由 chengduo 提交于
* refine buffer channel * refine Receive and Send * follow comments
-
由 kavyasrinet 提交于
* Adding more receivers less senders * Added more receivers less senders * Added more send * Updated comment * Fixed code style * Fixing review comments
-
由 Abhinav Arora 提交于
-
- 02 2月, 2018 6 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Abhinav Arora 提交于
Adding unit tests for checking that closing unbuffered channel closes all blocked senders and receivers (#8067) * Adding unit tests for checking that closing unbuffered channel closes all blocked senders and receivers * Fixing sleep time
-
由 kavyasrinet 提交于
* Add unite test with less receivers, more senders * Fixed the check
-
由 Abhinav Arora 提交于
* Adding an initial implementation for the unbuffered channel * Including atomic header * update comment * Adding the closed attribute * Add comments * Updated locking mechanism * Add simple unbuffered test * Enhance unit test and fix bug * Add details
-