{"id":13740865,"url":"https://github.com/lpil/process-waiter","last_synced_at":"2026-03-18T21:49:54.704Z","repository":{"id":214809736,"uuid":"737412410","full_name":"lpil/process-waiter","owner":"lpil","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-02T22:06:05.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T02:25:29.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-12-30T23:51:49.000Z","updated_at":"2024-10-12T22:01:24.000Z","dependencies_parsed_at":"2024-08-03T04:17:34.371Z","dependency_job_id":null,"html_url":"https://github.com/lpil/process-waiter","commit_stats":null,"previous_names":["lpil/process-waiter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lpil/process-waiter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fprocess-waiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fprocess-waiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fprocess-waiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fprocess-waiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/process-waiter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fprocess-waiter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29136761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"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":[],"created_at":"2024-08-03T04:00:53.093Z","updated_at":"2026-02-05T22:31:31.929Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["Erlang and OTP"],"readme":"# process_waiter\n\n[![Package Version](https://img.shields.io/hexpm/v/process_waiter)](https://hex.pm/packages/process_waiter)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/process_waiter/)\n\n```sh\ngleam add process_waiter\n```\n```gleam\nimport gleam/erlang/process\nimport process_waiter\n\npub fn main() {\n  // Start some processes\n  let pid1 = process.spawn(fn() { process.sleep(500) })\n  let pid2 = process.spawn(fn() { process.sleep(500) })\n  let pid3 = process.spawn(fn() { process.sleep(500) })\n\n  // Wait for them to exit\n  process_waiter.await_forever([pid1, pid2, pid3])\n\n  // The processes have now finished\n  process.is_alive(pid1) // -\u003e False\n}\n```\n\nDocumentation can be found at \u003chttps://hexdocs.pm/process_waiter\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fprocess-waiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fprocess-waiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fprocess-waiter/lists"}