Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add WithoutCancel #200

Merged
merged 6 commits into from Sep 27, 2021
Merged

feat: add WithoutCancel #200

merged 6 commits into from Sep 27, 2021

Conversation

Reasno
Copy link
Member

@Reasno Reasno commented Sep 24, 2021

No description provided.

@codecov
Copy link

codecov bot commented Sep 24, 2021

Codecov Report

Merging #200 (650b685) into master (9dac159) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
+ Coverage   82.04%   82.14%   +0.09%     
==========================================
  Files          89       90       +1     
  Lines        3437     3444       +7     
==========================================
+ Hits         2820     2829       +9     
+ Misses        461      460       -1     
+ Partials      156      155       -1     
Impacted Files Coverage Δ
ctxmeta/without_cancel.go 100.00% <100.00%> (ø)
config/watcher/file.go 62.79% <0.00%> (+4.65%) ⬆️

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 9dac159...650b685. Read the comment docs.

}

func (a asyncContext) Done() <-chan struct{} {
return make(chan struct{})
return nil
Copy link
Member Author

Choose a reason for hiding this comment

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

what's the purpose of this change?

ctxmeta/without_cancel.go Outdated Show resolved Hide resolved
@Reasno
Copy link
Member Author

Reasno commented Sep 26, 2021

the lint error can be supressed with "//nolint"

@Reasno Reasno merged commit f905961 into master Sep 27, 2021
@Reasno Reasno deleted the cancel branch September 27, 2021 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants