{"id":32166532,"url":"https://github.com/jeffersono7/queue","last_synced_at":"2026-02-19T07:02:46.235Z","repository":{"id":45222275,"uuid":"441536477","full_name":"jeffersono7/queue","owner":"jeffersono7","description":"Queue wrapper module of erlang","archived":false,"fork":false,"pushed_at":"2021-12-30T09:40:18.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T15:09:37.390Z","etag":null,"topics":["elixir","queue"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/jeffersono7.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":"2021-12-24T18:55:53.000Z","updated_at":"2021-12-30T09:33:37.000Z","dependencies_parsed_at":"2022-09-11T16:00:36.308Z","dependency_job_id":null,"html_url":"https://github.com/jeffersono7/queue","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jeffersono7/queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersono7%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersono7%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersono7%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersono7%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffersono7","download_url":"https://codeload.github.com/jeffersono7/queue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersono7%2Fqueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29605803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elixir","queue"],"created_at":"2025-10-21T15:06:45.145Z","updated_at":"2026-02-19T07:02:46.231Z","avatar_url":"https://github.com/jeffersono7.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queue\n\n**Modules to work with queue**\n\n## Installation\n\nThe package can be installed\nby adding `queue` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:queue_tool, \"~\u003e 0.1.2\"}\n  ]\nend\n```\n\n## Usage\n\n### Queue module\n\n*This module implements Enumerable protocol.*\n\n``` elixir\nqueue = Queue.new()\n#Queue\u003cEmpty\u003e\n\niex\u003e queue = Queue.inside(queue, 1)\n\niex\u003e 1 == Queue.out(queue)\ntrue\n```\n\n### Queue agent module\n``` elixir\niex\u003e Queue.Agent.start_link(nil)\niex\u003e Queue.Agent.inside(1)\niex\u003e out = Queue.Agent.out()\niex\u003e out == 1\ntrue\n```\n[https://hexdocs.pm/queue](https://hexdocs.pm/queue_tool).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffersono7%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffersono7%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffersono7%2Fqueue/lists"}