0.0.1 • Published 9 years ago

flyd-takeuntil v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

flyd-takeuntil

Emit values from a stream until a second stream emits a value.

Signature

Stream a -> Stream b -> Stream a

Example

// `s` will emit all values on `source` until `endStream` emits a value or ends
var s = takeUntil(source, endStream);
0.0.1

9 years ago