{"id":16647632,"url":"https://github.com/sachaarbonel/multi_stream_controller","last_synced_at":"2026-01-11T04:47:55.137Z","repository":{"id":56834993,"uuid":"170675680","full_name":"sachaarbonel/multi_stream_controller","owner":"sachaarbonel","description":"A way to easily pipe your streams into one controller","archived":false,"fork":false,"pushed_at":"2019-03-06T10:42:23.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T23:47:45.114Z","etag":null,"topics":["dart2","stream-processing"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sachaarbonel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-14T10:46:53.000Z","updated_at":"2019-09-24T02:20:33.000Z","dependencies_parsed_at":"2022-09-02T03:40:51.831Z","dependency_job_id":null,"html_url":"https://github.com/sachaarbonel/multi_stream_controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachaarbonel%2Fmulti_stream_controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachaarbonel%2Fmulti_stream_controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachaarbonel%2Fmulti_stream_controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachaarbonel%2Fmulti_stream_controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sachaarbonel","download_url":"https://codeload.github.com/sachaarbonel/multi_stream_controller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243204191,"owners_count":20253413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart2","stream-processing"],"created_at":"2024-10-12T08:45:20.723Z","updated_at":"2026-01-11T04:47:55.096Z","avatar_url":"https://github.com/sachaarbonel.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A way to easily pipe your streams into one controller\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:multi_stream_controller/multi_stream_controller.dart';\n\nvoid main() async{\n  MultiStreamController ctrler1 = MultiStreamController();\n  MultiStreamController ctrler2 = MultiStreamController();\n  ctrler1.controllers.add(ctrler2);\n  ctrler1.pipe();\n  ctrler1.add(1);\n  ctrler1.add(2);\n  ctrler1.add(3);\n  ctrler1.close();\n  await for (dynamic value in ctrler2.result()){\n    print(value);\n  }\n  //1\n  //2\n  //3\n}\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: http://github.com/Sach97/multi_stream_controller/issues/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachaarbonel%2Fmulti_stream_controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsachaarbonel%2Fmulti_stream_controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachaarbonel%2Fmulti_stream_controller/lists"}