forked from redpanda-data/redpanda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/members_manager: await update_broker_client
A new clang tidy check I'm developing caught that we're not awaiting for the future `f` to finish. I've converted it into a coroutine and co_awaited this future, which I assume is the intended semantics. Signed-off-by: Tyler Rockwood <rockwood@redpanda.com> (cherry picked from commit da3d491)
- Loading branch information
1 parent
ed23273
commit 4a0f8c3
Showing
1 changed file
with
54 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters