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

Use owned variables in examples #49

Merged
merged 2 commits into from
Apr 24, 2023
Merged

Use owned variables in examples #49

merged 2 commits into from
Apr 24, 2023

Conversation

peter-scholtens
Copy link
Contributor

The cache examples now own the data, and not static references, as mentioned in #48. Also variable names are modified to explain their usage.

The cache example now owns the data, and not static references, as mentioned in #48 Also variable names are modified to explain their usage.
The cache example now owns the data, and not static references, as mentioned in #48 Also variable names are modified to explain their usage.
@al8n
Copy link
Owner

al8n commented Apr 24, 2023

Thank you very much!

@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.10 🎉

Comparison is base (2447b07) 83.80% compared to head (870c18c) 83.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   83.80%   83.90%   +0.10%     
==========================================
  Files          17       17              
  Lines        1920     1920              
==========================================
+ Hits         1609     1611       +2     
+ Misses        311      309       -2     

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@al8n al8n merged commit b161a98 into al8n:main Apr 24, 2023
al8n pushed a commit that referenced this pull request Oct 17, 2023
* Cache takes ownership of input data

The cache example now owns the data, and not static references, as mentioned in #48 Also variable names are modified to explain their usage.

* Update sync_example.rs

The cache example now owns the data, and not static references, as mentioned in #48 Also variable names are modified to explain their usage.
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.

2 participants