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

feat(mpsc): add support for statically-allocated MPSC channels #23

Merged
merged 11 commits into from
Dec 25, 2021

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Dec 25, 2021

This branch adds new StaticChannel types that can be used to construct
statically allocated MPSC channel variants. The static channels can be
used without requiring any heap allocations. This is intended
primarily for embedded systems and bare metal programming where
allocators may not be available or heap memory is constrained.

Closes #17

@netlify
Copy link

netlify bot commented Dec 25, 2021

✔️ Deploy Preview for peaceful-goldstine-ab21f1 ready!

🔨 Explore the source changes: 15cdba5

🔍 Inspect the deploy log: https://app.netlify.com/sites/peaceful-goldstine-ab21f1/deploys/61c78629c6c2d90008c9e435

😎 Browse the preview: https://deploy-preview-23--peaceful-goldstine-ab21f1.netlify.app

Signed-off-by: Eliza Weisman <[email protected]>
Signed-off-by: Eliza Weisman <[email protected]>
Signed-off-by: Eliza Weisman <[email protected]>
Signed-off-by: Eliza Weisman <[email protected]>
@hawkw hawkw merged commit 5b17c18 into main Dec 25, 2021
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.

split a StaticThingBuf into a MPSC
1 participant