Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This introduce a new stream primitive called Body which helps with performance, ergonomics and compatibility when working with different types of data producers and consumers. Using Body it will be possible to delay converting streamlike objects as long as possible and enable some optimizations where we can avoid e.g. intermediate node streams.
- Loading branch information