diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-04-06 00:00:29 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-04-06 01:34:08 +0200 |
| commit | 27a1b0ea7316be4687e7173a73861d276974d502 (patch) | |
| tree | 6edd9fd7c2d69a5ad130dc13ae7c0bbed442e640 /docs/modules/ROOT/examples | |
| parent | aee19185b7cf34466f7941784b55e639c925fae4 (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 'docs/modules/ROOT/examples')
0 files changed, 0 insertions, 0 deletions
