Remove some EXPERIMENTAL comments (#26618)

* Remove some EXPERIMENTAL comments

* Update server_interface.h
reviewable/pr25586/r6^2
Vijay Pai 4 years ago committed by GitHub
parent 095045b31c
commit ae0516fece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      include/grpcpp/impl/codegen/channel_interface.h
  2. 1
      include/grpcpp/impl/codegen/server_interface.h

@ -156,7 +156,6 @@ class ChannelInterface {
return internal::Call();
}
// EXPERIMENTAL
// A method to get the callbackable completion queue associated with this
// channel. If the return value is nullptr, this channel doesn't support
// callback operations.

@ -354,7 +354,6 @@ class ServerInterface : public internal::CallHook {
return nullptr;
}
// EXPERIMENTAL
// A method to get the callbackable completion queue associated with this
// server. If the return value is nullptr, this server doesn't support
// callback operations.

Loading…
Cancel
Save