aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorhuntc <[email protected]>2021-06-06 18:36:16 +1000
committerhuntc <[email protected]>2021-07-15 12:31:52 +1000
commit1b9d5e50710cefde4bd1e234695783d62e824c68 (patch)
tree616e232e76ee7d5500390a102cbd656dcf08197c /examples/std
parent8a172ac12325ddc382e5ac0ffa637120a166d057 (diff)
Multi Producer Single Consumer channel
An MPSC inspired by Tokio and Crossbeam. The MPSC is designed to support both single and multi core processors, with only single core implemented at this time. The allocation of the channel’s buffer is inspired by the const generic parameters that Heapless provides.
Diffstat (limited to 'examples/std')
0 files changed, 0 insertions, 0 deletions