kuntryn
kuntryn
The `asio::experimental::generator` has a `asio::cancellation_state` that can be accessed by `co_await asio::this_coro::cacellation_state`, just like `asio::awaitable`. But the `get_cancellation_slot()` return the `slot` that `state` resides in, not the `slot of state`,which...
https://github.com/google/glog/pull/1019 The thread id in log was changed to using cpp standard thread id starting from version 0.7.0. However, because the thread id of the standard library cannot be mapped...
When glog is built with Bazel, failure signal handler is unable to print stack trace. *** Aborted at 1720166741 (unix time) try "date -d @1720166741" if you are using GNU...
got this error when compiling abseil library. ``` in _get_files assert source_file_candidates, f"No source files found in compile args: {compile_action.arguments}.\nPlease file an issue with this information!" AssertionError: No source files...