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

refactor: Use Rc<Refcell<T>> instead of Arc<Mutex<T>> when sharing the DOM #1052

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marc2332
Copy link
Owner

@marc2332 marc2332 commented Jan 15, 2025

No description provided.

@marc2332 marc2332 added the internal impovement👍 Internal code improvements label Jan 15, 2025
@marc2332 marc2332 added this to the 0.3.0 milestone Jan 15, 2025
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.95%. Comparing base (f581b20) to head (47c6417).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1052   +/-   ##
=======================================
  Coverage   74.94%   74.95%           
=======================================
  Files         220      220           
  Lines       25693    25690    -3     
=======================================
  Hits        19255    19255           
+ Misses       6438     6435    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal impovement👍 Internal code improvements
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant