diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-04-05 23:53:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-05 23:53:59 +0000 |
| commit | c1b382296434e762d16a36d658d2f308358e3f87 (patch) | |
| tree | 6edd9fd7c2d69a5ad130dc13ae7c0bbed442e640 /docs/modules | |
| parent | aee19185b7cf34466f7941784b55e639c925fae4 (diff) | |
| parent | 27a1b0ea7316be4687e7173a73861d276974d502 (diff) | |
Merge #695
695: Simplify Channel. r=Dirbaio a=Dirbaio
- 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.
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'docs/modules')
0 files changed, 0 insertions, 0 deletions
