{"id":17336577,"url":"https://github.com/restioson/barrage","last_synced_at":"2025-10-18T12:37:13.323Z","repository":{"id":37539457,"uuid":"294670553","full_name":"Restioson/barrage","owner":"Restioson","description":"A simple async broadcast channel","archived":false,"fork":false,"pushed_at":"2022-06-21T17:12:16.000Z","size":38,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T05:03:44.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Restioson.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-09-11T10:55:09.000Z","updated_at":"2022-10-27T10:26:17.000Z","dependencies_parsed_at":"2022-08-18T18:51:09.069Z","dependency_job_id":null,"html_url":"https://github.com/Restioson/barrage","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/Restioson%2Fbarrage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Restioson%2Fbarrage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Restioson%2Fbarrage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Restioson%2Fbarrage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Restioson","download_url":"https://codeload.github.com/Restioson/barrage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248938105,"owners_count":21186343,"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":[],"created_at":"2024-10-15T15:31:29.752Z","updated_at":"2025-10-18T12:37:08.275Z","avatar_url":"https://github.com/Restioson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# barrage\n\nA simple async broadcast channel. It is runtime agnostic and can be used from any executor. It can also operate\nsynchronously.\n\n## Example\n\n```rust\n#[tokio::main]\nasync fn main() {\n    let (tx, rx) = barrage::unbounded();\n    let rx2 = rx.clone();\n    tx.send_async(\"Hello!\").await.unwrap();\n    assert_eq!(rx.recv_async().await, Ok(\"Hello!\"));\n    assert_eq!(rx2.recv_async().await, Ok(\"Hello!\"));\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestioson%2Fbarrage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestioson%2Fbarrage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestioson%2Fbarrage/lists"}