Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got some comments on streams being complicated, so this is a take on simplified API. - Less methods and states that people need to understand - Merge interfaces into a single object (i.e. a `stream` call would have both read and write capabilities on the same object)
- Loading branch information