aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-04-06 00:00:29 +0200
committerDario Nieuwenhuis <[email protected]>2022-04-06 01:34:08 +0200
commit27a1b0ea7316be4687e7173a73861d276974d502 (patch)
tree6edd9fd7c2d69a5ad130dc13ae7c0bbed442e640 /examples/std/src/bin
parentaee19185b7cf34466f7941784b55e639c925fae4 (diff)
Simpler Channel.
- Allow initializing in a static, without Forever. - Remove ability to close, since in embedded enviromnents channels usually live forever and don't get closed. - Remove MPSC restriction, it's MPMC now. Rename "mpsc" to "channel". - `Sender` and `Receiver` are still available if you want to enforce a piece of code only has send/receive access, but are optional: you can send/receive directly into the Channel if you want.
Diffstat (limited to 'examples/std/src/bin')
0 files changed, 0 insertions, 0 deletions