aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-06-21 20:04:27 +0000
committerGitHub <[email protected]>2022-06-21 20:04:27 +0000
commit9721b2bf5b7cc75f12d7fe39a444084ca11be845 (patch)
treee85ad158726156343b1ba157efc7f19178b0b69e /embassy-cortex-m
parente4fbfaf5682aea8b20ffd559bfbbbbc0edf957a4 (diff)
parent78c546f3566d4289ebd9512fa3e0a03eee6fd87f (diff)
Merge #817
817: Added a pubsub channel implementation r=lulf a=diondokter This is similar to Tokio's Broadcast channel, except that it doesn't allocate. The publishers and subscribers are dynamic. They use an &dyn channel reference because it's really annoying to have to specify the mutex and const generics every time. Do we need fully generic types as well? Co-authored-by: Dion Dokter <[email protected]> Co-authored-by: Dion Dokter <[email protected]>
Diffstat (limited to 'embassy-cortex-m')
0 files changed, 0 insertions, 0 deletions