Skip to content

Generic promise facilities#26916

Merged
ctiller merged 22 commits intogrpc:masterfrom
ctiller:generic-promise
Aug 11, 2021
Merged

Generic promise facilities#26916
ctiller merged 22 commits intogrpc:masterfrom
ctiller:generic-promise

Conversation

@ctiller
Copy link
Copy Markdown
Member

@ctiller ctiller commented Aug 6, 2021

No description provided.

@ctiller ctiller mentioned this pull request Aug 6, 2021
@ctiller ctiller added the release notes: no Indicates if PR should not be in release notes label Aug 9, 2021
@ctiller ctiller requested a review from ananda1066 August 9, 2021 23:05
@@ -47,31 +47,30 @@
namespace grpc_core {
namespace promise_detail {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question - is there a reason this folder is called detail instead of internal? So promise_internal? Might be clearer naming

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just based on the tradition I found myself in most recently... I see detail and internal used for this fairly interchangeably regularly... I've also seen clutter and etc used in the same place. Tonight I kind of want to write gunk.

@ctiller ctiller merged commit 2e56b42 into grpc:master Aug 11, 2021
Vignesh2208 pushed a commit to Vignesh2208/grpc that referenced this pull request Aug 20, 2021
* Poll type for promises library

* Library to talk about things that look like promises if you squint

* Promise helpers, and basic type erasure

* build

* Changes to sync required for promise activities

* sanitized

* Automated change: Fix sanity tests

* suppressions

* try to fix windows failure

* Automated change: Fix sanity tests

Co-authored-by: ctiller <[email protected]>
lidizheng pushed a commit to lidizheng/grpc that referenced this pull request Sep 23, 2021
* Poll type for promises library

* Library to talk about things that look like promises if you squint

* Promise helpers, and basic type erasure

* build

* Changes to sync required for promise activities

* sanitized

* Automated change: Fix sanity tests

* suppressions

* try to fix windows failure

* Automated change: Fix sanity tests

Co-authored-by: ctiller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants