Merge pull request #2272 from ctiller/create-pull-request/patch-c437047

Automated fix for refs/heads/less-bespoke-3
pull/37084/head
Craig Tiller 6 months ago committed by GitHub
commit 8c30e8fdc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/core/lib/promise/party.cc

@ -78,7 +78,7 @@ class Party::Handle final : public Wakeable {
}
void WakeupGeneric(WakeupMask wakeup_mask,
void (Party::* wakeup_method)(WakeupMask))
void (Party::*wakeup_method)(WakeupMask))
ABSL_LOCKS_EXCLUDED(mu_) {
mu_.Lock();
// Note that activity refcount can drop to zero, but we could win the lock

Loading…
Cancel
Save