{"id":22763274,"url":"https://github.com/nikstar/broadcastcenter","last_synced_at":"2026-07-13T16:32:00.054Z","repository":{"id":254907953,"uuid":"847765767","full_name":"nikstar/BroadcastCenter","owner":"nikstar","description":"Type-safe alternative to NotificationCenter using async sequences","archived":false,"fork":false,"pushed_at":"2024-08-26T20:10:06.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T13:04:33.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikstar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-26T14:00:58.000Z","updated_at":"2025-02-27T13:11:59.000Z","dependencies_parsed_at":"2024-08-26T23:19:10.243Z","dependency_job_id":"aed0f1ae-d40f-4c19-ad4a-6cbe17414793","html_url":"https://github.com/nikstar/BroadcastCenter","commit_stats":null,"previous_names":["nikstar/broadcastcenter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikstar/BroadcastCenter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2FBroadcastCenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2FBroadcastCenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2FBroadcastCenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2FBroadcastCenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikstar","download_url":"https://codeload.github.com/nikstar/BroadcastCenter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2FBroadcastCenter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35429402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-11T11:07:54.640Z","updated_at":"2026-07-13T16:32:00.034Z","avatar_url":"https://github.com/nikstar.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BroadcastCenter\n\nType-safe version of NotificationCenter\n\nUse this to broadcast values of different types\n\n```swift\n// Post a value\nBroadcastCenter.shared.post(Foo(bar: 42))\n \n// Elsewhere read values using async sequence:\nfor await foo in BroadcastCenter.shared.values(ofType: Foo.self) {\n    print(foo.bar) // 42\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikstar%2Fbroadcastcenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikstar%2Fbroadcastcenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikstar%2Fbroadcastcenter/lists"}