kriskowal / gtor

A General Theory of Reactivity
MIT License
3.03k stars 109 forks source link

Make things more relatable by explaining synonyms #10

Closed domenic closed 10 years ago

domenic commented 10 years ago

As came up in https://github.com/kriskowal/gtor/issues/7#issuecomment-52099772, yield as used here is related to next as used in the standard. And I found myself scribbling "writable stream, write, close, abort" next to the promise-buffer's "generator, yield, return, throw" lines, along with "readable stream, read, cancel?" next to "iterator, next, throw"