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

No-std/no background thread mode #21

Open
Others opened this issue May 21, 2020 · 0 comments · May be fixed by #64
Open

No-std/no background thread mode #21

Others opened this issue May 21, 2020 · 0 comments · May be fixed by #64
Assignees
Labels
T-enhancement New feature or request

Comments

@Others
Copy link
Owner

Others commented May 21, 2020

We will always depend on alloc, but it'd be nice to have a feature flag for switching to a no-std mode.

Implementation notes:

  • this would involve factoring out the parts of the code that depend on threading, and replacing them with a non-threaded version
@Others Others self-assigned this May 21, 2020
@Others Others added the T-enhancement New feature or request label May 21, 2020
@setupminimal setupminimal linked a pull request Nov 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant