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

scx_rustland_core alloc: Replaced RefCell with Mutex #473

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

Kawanaao
Copy link
Contributor

@Kawanaao Kawanaao commented Aug 6, 2024

Mutex is preferred for some parallel tasks and libs with parallelization

See / Partially fixes #469

Necessary for some multi-threaded cases
@arighi arighi merged commit 4c67e33 into sched-ext:main Aug 6, 2024
1 check passed
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.

Musl support
2 participants