git ssb

9+

mixmix / ssb-handbook



Tree: ede9e99eaae43b7e59103520e1d70e4e188e8c51

Files: ede9e99eaae43b7e59103520e1d70e4e188e8c51 / concepts / stream.md

537 bytesRaw

Stream

you can think of an array as a structure that you move past... like one of those fancy old libraries with the moving ladder. You move to the position the data is in, and the data stays put. A stream is more like a conveyer belt. You stay in one place, and the data comes to you. You just control fast it comes. It's a more restricted idea than the array, because with an array you can move backwards and forwards, but a stream can only pause or move forward (or abort)

Built with git-ssb-web