{"id":26505557,"url":"https://github.com/walkr/zwarm","last_synced_at":"2026-05-18T08:06:16.811Z","repository":{"id":57559514,"uuid":"97665592","full_name":"walkr/zwarm","owner":"walkr","description":"Start, manage and run a collection of Elixir processes with ease.","archived":false,"fork":false,"pushed_at":"2017-07-19T03:24:17.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-05T05:54:54.141Z","etag":null,"topics":["elixir","erlang"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walkr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-07-19T02:47:33.000Z","updated_at":"2017-07-19T07:15:44.000Z","dependencies_parsed_at":"2022-08-28T14:10:40.689Z","dependency_job_id":null,"html_url":"https://github.com/walkr/zwarm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkr/zwarm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkr%2Fzwarm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkr%2Fzwarm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkr%2Fzwarm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkr%2Fzwarm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkr","download_url":"https://codeload.github.com/walkr/zwarm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkr%2Fzwarm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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","erlang"],"created_at":"2025-03-20T21:47:38.861Z","updated_at":"2026-05-18T08:06:16.768Z","avatar_url":"https://github.com/walkr.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zwarm\n=========\n\nStart, manage and run a collection of identical Elixir processes with ease.\n\n### Installation\n\nAdd `zwarm` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:zwarm, \"~\u003e 0.1.0\"}]\nend\n```\n\n\n### Usage\n\n```elixir\n# Start 10_000 processes\nref = Zwarm.create!(10_000, fn -\u003e IO.puts \"I am process: #{inspect self()}\" end)\n\n# Run function on all processes\nZwarm.run(ref)\n\n# Destroy\nZwarm.destroy(ref)\n```\n\n\n### License\n\nMIT LIcense\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkr%2Fzwarm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkr%2Fzwarm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkr%2Fzwarm/lists"}