pull/35009/head
AJ Heller 1 year ago
parent 95062a3b85
commit 996e7d3148
  1. 2
      include/grpc/event_engine/event_engine.h

@ -462,7 +462,7 @@ class EventEngine : public std::enable_shared_from_this<EventEngine> {
absl::AnyInvocable<void()> closure) = 0;
/// Request cancellation of a task.
///
/// If the associated closure cannot be cancelled for any reason, and this
/// If the associated closure cannot be cancelled for any reason, this
/// function will return false.
///
/// If the associated closure can be cancelled, the associated callback will

Loading…
Cancel
Save