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

Remove read_write_lock #44

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Remove read_write_lock #44

merged 1 commit into from
Apr 26, 2022

Conversation

tkf
Copy link
Member

@tkf tkf commented Apr 26, 2022

It's syntactically clearer to use lock_read that the given lock is used only for protecting read.

It's syntactically clearer to use `lock_read` that the given lock is
used only for protecting read.
@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #44 (bf00a9d) into main (dc92821) will increase coverage by 0.20%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   81.61%   81.81%   +0.20%     
==========================================
  Files           9        8       -1     
  Lines         223      220       -3     
==========================================
- Hits          182      180       -2     
+ Misses         41       40       -1     
Flag Coverage Δ
Pkg.test 81.81% <100.00%> (+0.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/ConcurrentUtils.jl 100.00% <ø> (ø)
src/read_write_lock.jl 80.88% <100.00%> (+2.19%) ⬆️

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 dc92821...bf00a9d. Read the comment docs.

@tkf tkf enabled auto-merge (squash) April 26, 2022 04:45
@tkf tkf merged commit 42034d5 into main Apr 26, 2022
@tkf tkf deleted the rwlock-api branch April 26, 2022 04:47
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.

1 participant