diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-06-21 20:04:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-21 20:04:27 +0000 |
| commit | 9721b2bf5b7cc75f12d7fe39a444084ca11be845 (patch) | |
| tree | e85ad158726156343b1ba157efc7f19178b0b69e /docs/modules/ROOT/examples | |
| parent | e4fbfaf5682aea8b20ffd559bfbbbbc0edf957a4 (diff) | |
| parent | 78c546f3566d4289ebd9512fa3e0a03eee6fd87f (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 'docs/modules/ROOT/examples')
0 files changed, 0 insertions, 0 deletions
