Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make structifyStream() channel types more explicit, e.g. input only
This enforces which side (caller/function) can read and especially close/write to a particular channel at compile time. That leaves less room for bugs (which had to be detected by tests otherwise).
- Loading branch information