Channels holding ZST should not allocate buffers
Open
enhancement
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
If a channel holds values of a zero-sized-type, it should not even allocate a buffer for storing values and stamps.
Contributor guide
Assessment
This issue has not been assessed yet.