{"id":13507866,"url":"https://github.com/jvoegele/wait_for_it","last_synced_at":"2025-10-21T18:57:03.210Z","repository":{"id":62430740,"uuid":"101330186","full_name":"jvoegele/wait_for_it","owner":"jvoegele","description":"Elixir library for waiting for things to happen","archived":false,"fork":false,"pushed_at":"2023-11-15T12:55:28.000Z","size":111,"stargazers_count":15,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-01T07:33:19.890Z","etag":null,"topics":[],"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/jvoegele.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-24T19:24:51.000Z","updated_at":"2024-06-07T18:11:02.000Z","dependencies_parsed_at":"2024-01-05T21:54:59.906Z","dependency_job_id":"85ae436f-38b8-4d9e-9a20-a8e4c5d2b112","html_url":"https://github.com/jvoegele/wait_for_it","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvoegele%2Fwait_for_it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvoegele%2Fwait_for_it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvoegele%2Fwait_for_it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvoegele%2Fwait_for_it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvoegele","download_url":"https://codeload.github.com/jvoegele/wait_for_it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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":[],"created_at":"2024-08-01T02:00:41.537Z","updated_at":"2025-10-21T18:56:58.174Z","avatar_url":"https://github.com/jvoegele.png","language":"Elixir","funding_links":[],"categories":["Eventhandling"],"sub_categories":[],"readme":"# WaitForIt\n\nVarious ways of waiting for things to happen.\n\nThis library allows you to wait on the results of asynchronous or remote operations using\nintuitive and familiar syntax based on built-in Elixir language constructs.\n\nThere are three distinct forms of waiting provided:\n\n  1. The `wait` macro waits until a given expression evaluates to a truthy value.\n  2. The `case_wait` macro waits until a given expression evaluates to a value that\n     matches any one of the given case clauses (looks like an Elixir `case` expression).\n  3. The `cond_wait` macro waits until any one of the given expressions evaluates to a truthy\n     value (looks like an Elixir `cond` expression).\n\nSee the [API reference](https://hexdocs.pm/wait_for_it/WaitForIt.html) for full documentation.\n\n## Installation\n\n`wait_for_it` can be installed by adding it to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:wait_for_it, \"~\u003e 2.1\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/wait_for_it](https://hexdocs.pm/wait_for_it).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvoegele%2Fwait_for_it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvoegele%2Fwait_for_it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvoegele%2Fwait_for_it/lists"}