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

Switch to multithreading model #849

Closed
wants to merge 31 commits into from
Closed

Switch to multithreading model #849

wants to merge 31 commits into from

Conversation

dalyIsaac
Copy link
Owner

No description provided.

@dalyIsaac dalyIsaac added core Whim engineering Build/architecture/upgrading dependency features labels Mar 16, 2024
@dalyIsaac dalyIsaac linked an issue Mar 16, 2024 that may be closed by this pull request
41 tasks
@dalyIsaac dalyIsaac added the enhancement New feature or request label Mar 16, 2024
Copy link

codecov bot commented Mar 16, 2024

Codecov Report

Attention: Patch coverage is 78.02198% with 80 lines in your changes are missing coverage. Please review.

Project coverage is 81.16%. Comparing base (e7710db) to head (185fea7).

Files Patch % Lines
src/Whim/Native/NativeManager.cs 0.00% 15 Missing ⚠️
src/Whim/Utils/ThreadSafeEvent.cs 66.66% 9 Missing and 5 partials ⚠️
src/Whim/Context/InternalContext.cs 0.00% 9 Missing ⚠️
src/Whim/Context/Context.cs 0.00% 8 Missing ⚠️
src/Whim/Workspace/WorkspaceManager.cs 80.48% 8 Missing ⚠️
src/Whim/Plugin/PluginManager.cs 30.00% 7 Missing ⚠️
src/Whim.TestUtils/Assert.cs 70.00% 5 Missing and 1 partial ⚠️
src/Whim.FloatingLayout/FloatingLayoutPlugin.cs 40.00% 3 Missing ⚠️
src/Whim.Updater/UpdaterPlugin.cs 0.00% 2 Missing ⚠️
src/Whim.Bar/BarPlugin.cs 75.00% 1 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #849      +/-   ##
==========================================
- Coverage   81.46%   81.16%   -0.31%     
==========================================
  Files         199      200       +1     
  Lines       10160    10337     +177     
  Branches     1141     1122      -19     
==========================================
+ Hits         8277     8390     +113     
- Misses       1767     1838      +71     
+ Partials      116      109       -7     

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

This was referenced Apr 14, 2024
@dalyIsaac dalyIsaac closed this May 12, 2024
@dalyIsaac dalyIsaac mentioned this pull request May 12, 2024
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Whim engineering Build/architecture/upgrading dependency features enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate alternate threading model
1 participant