FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Move future files out of internal/. by coryan · Pull Request #1450 · googleapis/google-cloud-cpp · GitHub

Move future files out of internal/. - #1450

Merged
coryan merged 1 commit into
googleapis:masterfrom
coryan:futures-from-the-future-pr17
Nov 15, 2018
Merged

Move future files out of internal/.#1450
coryan merged 1 commit into
googleapis:masterfrom
coryan:futures-from-the-future-pr17

Conversation

coryan commented Nov 14, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

The public headers for future<T> should be in google/cloud/ so they
can be picked up by the Doxygen scripts. This fixes #1345.


This change is 

coryan added the api: bigtable Issues related to the Bigtable API. label Nov 14, 2018
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 14, 2018
The public headers for `future<T>` should be in google/cloud/ so they
can be picked up by the Doxygen scripts. This fixes googleapis#1345.
coryan force-pushed the futures-from-the-future-pr17 branch from cba2409 to cc753c8 Compare November 14, 2018 23:30

codecov Bot commented Nov 14, 2018
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #1450 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1450   +/-   ##
=======================================
  Coverage   94.45%   94.45%           
=======================================
  Files         262      262           
  Lines       14417    14417           
=======================================
  Hits        13618    13618           
  Misses        799      799
Impacted Files Coverage Δ
google/cloud/future_void.h 100% <ø> (ø)
google/cloud/internal/future_then_impl.h 100% <ø> (ø) ⬆️
google/cloud/future_generic.h 100% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 024010f...cc753c8. Read the comment docs.

dopiera left a comment

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Reviewed 10 of 10 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @deepankarsharma)

coryan merged commit 84d86a5 into googleapis:master Nov 15, 2018
coryan deleted the futures-from-the-future-pr17 branch November 15, 2018 13:25
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement futures and promises with continuations.

3 participants


Back | FazBrowse Home | New Git URL