Jiarui Li

Results 6 issues of Jiarui Li

ss寄存器的值应当为0x1000,文中为0x10000.

**Issue description** In the grpc repository, the stub API used in [`GreeterClient::SayHello`](https://github.com/grpc/grpc/blob/master/examples/cpp/helloworld/greeter_async_client.cc) method is as follows ```cpp // stub_->PrepareAsyncSayHello() creates an RPC object, returning // an instance to store in...

close: #1022 modifications + update code block to use `PrepareAsyncSayHello` in Asynchronous-API tutorial

close: #1020 Two changes are made 1. update `RouteChat` code block 2. add explanation about why use mutex lock to guard `received_notes_` instance variable

**Issue description** In the grpc repository, the [`RouteChat`](https://github.com/grpc/grpc/blob/master/examples/cpp/route_guide/route_guide_server.cc) method is as follows ```cpp Status RouteChat(ServerContext* context, ServerReaderWriter* stream) override { RouteNote note; while (stream->Read(&note)) { std::unique_lock lock(mu_); for (const RouteNote&...

Hi, I tried `cargo check` in my codebase using core_io but I encountered this issue recently. Since rustc_version(