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

Remove tag support from no_std #75

Merged
merged 2 commits into from
Aug 17, 2023
Merged

Remove tag support from no_std #75

merged 2 commits into from
Aug 17, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Aug 17, 2023

For tagging to work under no-std mode, the tags would need to be stored in the backup queue. For notifications for std::usize::MAX listeners, this is not possible. Therefore the only strategy left to use that doesn't massively constrain the use of tagging is to remove tags from no_std mode.

Closes #73

For tagging to work under no-std mode, the tags would need to be stored
in the backup queue. For notifications for std::usize::MAX listeners,
this is not possible. Therefore the only strategy left to use that doesn't
massively constrain the use of tagging is to remove tags from no_std
mode.

Closes #73

Signed-off-by: John Nunley <[email protected]>
@notgull notgull merged commit 564b84b into master Aug 17, 2023
9 checks passed
@notgull notgull deleted the notgull/no-tags-no-std branch August 17, 2023 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

no_std impl tries to collect std::usize::MAX flags when notified
1 participant