[coll] Improve event loop. (#10199)
- Add a test for blocking calls. - Do not require the queue to be empty after waking up; this frees up the thread to answer blocking calls. - Handle EOF in read. - Improve the error message in the result. Allow concatenation of multiple results.
This commit is contained in:
@@ -144,6 +144,14 @@ which provides higher flexibility. For example:
|
||||
|
||||
ctest --verbose
|
||||
|
||||
If you need to debug errors on Windows using the debugger from VS, you can append the gtest flags in `test_main.cc`:
|
||||
|
||||
.. code-block::
|
||||
|
||||
::testing::GTEST_FLAG(filter) = "Suite.Test";
|
||||
::testing::GTEST_FLAG(repeat) = 10;
|
||||
|
||||
|
||||
***********************************************
|
||||
Sanitizers: Detect memory errors and data races
|
||||
***********************************************
|
||||
|
||||
Reference in New Issue
Block a user