{"id":23629689,"url":"https://github.com/vrtgs/ilgda-ipc","last_synced_at":"2025-11-08T03:30:30.420Z","repository":{"id":193741695,"uuid":"689427236","full_name":"Vrtgs/ilgda-ipc","owner":"Vrtgs","description":"IPC standard used for ilgda","archived":false,"fork":false,"pushed_at":"2023-12-28T19:18:02.000Z","size":56,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T01:16:53.759Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vrtgs.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}},"created_at":"2023-09-09T19:12:34.000Z","updated_at":"2024-09-26T03:53:55.000Z","dependencies_parsed_at":"2024-04-14T07:28:49.777Z","dependency_job_id":null,"html_url":"https://github.com/Vrtgs/ilgda-ipc","commit_stats":null,"previous_names":["nightmare-vortex/ilgda-ipc","vrtgs/ilgda-ipc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vrtgs%2Filgda-ipc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vrtgs%2Filgda-ipc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vrtgs%2Filgda-ipc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vrtgs%2Filgda-ipc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vrtgs","download_url":"https://codeload.github.com/Vrtgs/ilgda-ipc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239546913,"owners_count":19657051,"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-12-28T01:16:58.999Z","updated_at":"2025-11-08T03:30:30.390Z","avatar_url":"https://github.com/Vrtgs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ilgda-ipc\nIPC standard used for ilgda\n\ntemp readme will fix soon™\n\n# Example\n```rust\nuse tokio::join;\nuse ilgda_ipc::async_channels::{AsyncIpcReceiver, AsyncIpcSender};\n\n#[tokio::main]\nasync fn main() {\nlet (tx, rx) = ipc_channel::ipc::channel().unwrap();\n\n    let mut tx = AsyncIpcSender::new(tx);\n    let mut rx = AsyncIpcReceiver::new(rx);\n\n    join!(\n        async { tx.send(u128::MAX).await.expect(\"failed to send data\") },\n        async { assert_eq!(u128::MAX, rx.recv().await.expect(\"failed to receive\")) }\n    );\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrtgs%2Filgda-ipc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrtgs%2Filgda-ipc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrtgs%2Filgda-ipc/lists"}