Skip to content

A type-safe Dart library for joining multiple streams into a single stream.

License

Notifications You must be signed in to change notification settings

interacsion/streamjoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A type-safe Dart library for joining multiple streams into a single stream.

By using the join extension, you can join multiple streams into a single stream emitting the latest value from each stream whenever any stream emits a value:

(stream1, stream2).join

For a full example, see the Example page.

About

A type-safe Dart library for joining multiple streams into a single stream.

Resources

License

Stars

Watchers

Forks

Languages