{"id":15067648,"url":"https://github.com/limpix31/onetime","last_synced_at":"2025-04-10T14:35:46.207Z","repository":{"id":240685845,"uuid":"803334215","full_name":"LIMPIX31/onetime","owner":"LIMPIX31","description":"Onetime (aka. oneshot) spsc async channel","archived":false,"fork":false,"pushed_at":"2024-05-21T10:42:07.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T13:05:29.690Z","etag":null,"topics":["async","concurrency","mpsc","rust","rust-lang","spsc"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/onetime","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/LIMPIX31.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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-05-20T14:23:36.000Z","updated_at":"2024-10-06T15:06:20.000Z","dependencies_parsed_at":"2024-05-20T16:17:25.515Z","dependency_job_id":"4e47ef77-023b-407a-82f0-b56d20e2f69b","html_url":"https://github.com/LIMPIX31/onetime","commit_stats":null,"previous_names":["limpix31/onetime"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fonetime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fonetime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fonetime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fonetime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIMPIX31","download_url":"https://codeload.github.com/LIMPIX31/onetime/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233952,"owners_count":21069493,"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":["async","concurrency","mpsc","rust","rust-lang","spsc"],"created_at":"2024-09-25T01:25:34.643Z","updated_at":"2025-04-10T14:35:46.185Z","avatar_url":"https://github.com/LIMPIX31.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onetime\n\nAn async onetime (aka. oneshot) channel, where you can send only one message over that channel.\n\n## Examples\n```rust\nlet (s, r) = onetime::channel();\n\ns.send(\"ok\")?;\nlet value = r.recv().await?;\n```\n\n## License\n\nLicensed under either of\n* Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpix31%2Fonetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimpix31%2Fonetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpix31%2Fonetime/lists"}