Commit 6d8777ef49f6fa68005761edf9c8ceee6ba48d16
docs: add "Through" to glossary
Jamen Marz authored on 10/26/2016, 4:45:20 PMGitHub committed on 10/26/2016, 4:45:20 PM
Parent: 9d9abd26492b94a6b650b38e7db4ef41257d64d7
Files changed
docs/glossary.md | changed |
docs/glossary.md | ||
---|---|---|
@@ -27,10 +27,14 @@ | ||
27 | 27 | The first stream in the pipeline. The Source is not writable. |
28 | 28 | |
29 | 29 | ## Sink |
30 | 30 | |
31 | -The last Stream in the pipeline. The Sink is not readable. | |
31 | +The last stream in the pipeline. The Sink is not readable. | |
32 | 32 | |
33 | +## Through | |
34 | + | |
35 | +The stream (or streams) in the middle of the pipeline, between your source and sink. A through is readable and writable. | |
36 | + | |
33 | 37 | ## Push vs Pull |
34 | 38 | |
35 | 39 | A pull-stream is a stream where the movement of data |
36 | 40 | is initiated by the sink, and a push-stream |
Built with git-ssb-web