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

Rethink shutdown, add sample #59

Merged
merged 3 commits into from
Feb 10, 2025
Merged

Rethink shutdown, add sample #59

merged 3 commits into from
Feb 10, 2025

Conversation

johnfairh
Copy link
Owner

@johnfairh johnfairh commented Feb 10, 2025

Give users full control over whether the Ruby VM shuts down at all and on which thread.

Add a sample showing an example of how to safely bind Ruby to a thread and keep using swift concurrency.

Fixes #56

Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.01%. Comparing base (416dd4e) to head (3ff60ec).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
- Coverage   97.43%   97.01%   -0.43%     
==========================================
  Files          22       22              
  Lines        2146     2141       -5     
==========================================
- Hits         2091     2077      -14     
- Misses         55       64       +9     

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

@johnfairh johnfairh merged commit 2e6ea2a into main Feb 10, 2025
8 of 9 checks passed
@johnfairh johnfairh deleted the rbactor branch February 10, 2025 10:39
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.

atexit() vs. non-main thread
1 participant