{"id":19282224,"url":"https://github.com/theskyinflames/concurrent-fifo","last_synced_at":"2026-06-15T12:31:19.466Z","repository":{"id":137365647,"uuid":"151884065","full_name":"theskyinflames/concurrent-fifo","owner":"theskyinflames","description":"Go thread safe FIFO implementation","archived":false,"fork":false,"pushed_at":"2018-10-07T11:20:12.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T05:33:02.580Z","etag":null,"topics":["concurrency","fifo","go","golang","golang-library","library","theskyinflames","thread-safe","threadsafe"],"latest_commit_sha":null,"homepage":"","language":"Go","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/theskyinflames.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":"2018-10-06T21:42:11.000Z","updated_at":"2019-02-14T20:02:42.000Z","dependencies_parsed_at":"2023-07-13T20:16:16.479Z","dependency_job_id":null,"html_url":"https://github.com/theskyinflames/concurrent-fifo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theskyinflames/concurrent-fifo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theskyinflames%2Fconcurrent-fifo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theskyinflames%2Fconcurrent-fifo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theskyinflames%2Fconcurrent-fifo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theskyinflames%2Fconcurrent-fifo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theskyinflames","download_url":"https://codeload.github.com/theskyinflames/concurrent-fifo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theskyinflames%2Fconcurrent-fifo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34363537,"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-06-15T02:00:07.085Z","response_time":63,"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":["concurrency","fifo","go","golang","golang-library","library","theskyinflames","thread-safe","threadsafe"],"created_at":"2024-11-09T21:25:50.755Z","updated_at":"2026-06-15T12:31:19.442Z","avatar_url":"https://github.com/theskyinflames.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fifo \nIt's a simple FIFO thread safe implementation\n\n## Usage\n```go\nfunc main() {\n\tfifo := GetFifo(int32(4))\n\n\tfifo.Put(4)\n\tfifo.Put(3)\n\tfifo.Put(2)\n\tfifo.Put(1)\n    \n    \tprintln(fifo.Pop().(int))\n\tprintln(fifo.Pop().(int))\n\tprintln(fifo.Pop().(int))\n    \tprintln(fifo.Pop().(int))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheskyinflames%2Fconcurrent-fifo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheskyinflames%2Fconcurrent-fifo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheskyinflames%2Fconcurrent-fifo/lists"}