grpc/src/core
Craig Tiller 808886375d [promise-endpoint] portability fix (#35435)
Fix error:

```
In file included from /[var/local/git/grpc/src/core/lib/transport/promise_endpoint.cc:17](https://cs.corp.google.com/piper///depot/google3/var/local/git/grpc/src/core/lib/transport/promise_endpoint.cc?l=17):
/[var/local/git/grpc/src/core/lib/transport/promise_endpoint.h:160](https://cs.corp.google.com/piper///depot/google3/var/local/git/grpc/src/core/lib/transport/promise_endpoint.h?l=160):22: error: call to deleted constructor of 'grpc_core::SliceBuffer'
              return ret;
                     ^~~
/[var/local/git/grpc/src/core/lib/slice/slice_buffer.h:53](https://cs.corp.google.com/piper///depot/google3/var/local/git/grpc/src/core/lib/slice/slice_buffer.h?l=53):3: note: 'SliceBuffer' has been explicitly marked deleted here
  SliceBuffer(const SliceBuffer& other) = delete;
  ^
/[var/local/git/grpc/src/core/lib/promise/poll.h:86](https://cs.corp.google.com/piper///depot/google3/var/local/git/grpc/src/core/lib/promise/poll.h?l=86):10: note: passing argument to parameter 'value' here
  Poll(U value) : ready_(true) {
         ^
```

seen here:
https://fusion2.corp.google.com/ci/kokoro/prod:grpc%2Fcore%2Fmaster%2Flinux%2Fgrpc_portability/activity/664ec53e-5509-4172-a6d1-182a3b4f5ad1/log

Closes #35435

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35435 from ctiller:pbe2 14de33646b
PiperOrigin-RevId: 595579651
2024-01-03 20:59:51 -08:00
..
ext [call-v3] Convert `StatefulSessionFilter` to new API (#35422) 2024-01-03 13:05:50 -08:00
lib [promise-endpoint] portability fix (#35435) 2024-01-03 20:59:51 -08:00
plugin_registry [xDS] move CDS and EDS watchers into xds resolver (#35011) 2024-01-02 09:20:06 -08:00
tsi [ssl]: Decrease log level when common name or subject name are not present in the peer certificate. (#35410) 2024-01-03 16:24:55 -08:00
BUILD [chttp2] Remove a bunch of mostly-rolled-out experiments (#35426) 2024-01-02 14:07:55 -08:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.