Add a quick fix for unawaited futures in an async context #34431
Labels
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
customer-google3
devexp-quick-fix
Issues with analysis server (quick) fixes
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
... i.e. a fix for
unawaited_futures
.I'd suggest the following 2 quick fixes to be available:
await
package:pendatic
(if required), and wrap inunawaited(<expression>)
./cc @davidmorgan @bwilkerson @srawlins
The text was updated successfully, but these errors were encountered: