forked from grpc/grpc
-
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.
[promises] Bring back non-copyable seqs/joins (grpc#38744)
I made seqs/joins copyable a while ago in anticipation of a nice optimization -- that didn't pan out. Having them copyable makes it more likely that `Loop` will accept them and try to turn them from promises into the promise factory that it expects, copying the insides... *which is usually wrong* and incredibly frustrating to debug. Closes grpc#38744 COPYBARA_INTEGRATE_REVIEW=grpc#38744 from ctiller:promising e7a0e8d PiperOrigin-RevId: 727006243
- Loading branch information
1 parent
4330302
commit 518943a
Showing
5 changed files
with
63 additions
and
322 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
Oops, something went wrong.