Prevent concurrent no_std runtime calls via atomic switch #4
Labels
No labels
Bug
Design
Feature
Improvement
Investigate
Suggestion
Triage
Bug
Design
Feature
Improvement
Investigate
Suggestion
Triage
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Suzu/suzu-next#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As no_std versions of the library can panic upon concurrent access, an atomic value should be used to return error conditions when the runtime is performing operations.