SEAPUNK / stream-to-generator

Convert Node.js streams to generator functions
4 stars 0 forks source link

writable streams? duplex streams? #2

Open SEAPUNK opened 7 years ago

SEAPUNK commented 7 years ago

what do we do with those

rijnhard commented 6 years ago

Nothing, a generator is a producer, not a consumer. If anything it should error if its a writeable stream. duplex streams should be fine as long as this is doing the reading.