Skip to content

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

License

Notifications You must be signed in to change notification settings

paldepind/flyd-takeuntil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published