git ssb

2+

Dominic / pull-stream



Commit 6d8777ef49f6fa68005761edf9c8ceee6ba48d16

docs: add "Through" to glossary

Jamen Marz authored on 10/26/2016, 4:45:20 PM
GitHub committed on 10/26/2016, 4:45:20 PM
Parent: 9d9abd26492b94a6b650b38e7db4ef41257d64d7

Files changed

docs/glossary.mdchanged
docs/glossary.mdView
@@ -27,10 +27,14 @@
2727 The first stream in the pipeline. The Source is not writable.
2828
2929 ## Sink
3030
31-The last Stream in the pipeline. The Sink is not readable.
31+The last stream in the pipeline. The Sink is not readable.
3232
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+
3337 ## Push vs Pull
3438
3539 A pull-stream is a stream where the movement of data
3640 is initiated by the sink, and a push-stream

Built with git-ssb-web