Skip to content

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

Merged
hawkw merged 11 commits intomainfrom
eliza/static
Dec 25, 2021
Merged

feat(mpsc): add support for statically-allocated MPSC channels#23
hawkw merged 11 commits intomainfrom
eliza/static

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

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