{"id":15676166,"url":"https://github.com/henrahmagix/yield-test","last_synced_at":"2025-06-11T20:09:36.440Z","repository":{"id":18152190,"uuid":"21247530","full_name":"henrahmagix/yield-test","owner":"henrahmagix","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-26T16:54:40.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T06:27:43.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/henrahmagix.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}},"created_at":"2014-06-26T16:36:48.000Z","updated_at":"2014-06-26T16:52:37.000Z","dependencies_parsed_at":"2022-08-04T22:15:23.500Z","dependency_job_id":null,"html_url":"https://github.com/henrahmagix/yield-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/henrahmagix/yield-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrahmagix%2Fyield-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrahmagix%2Fyield-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrahmagix%2Fyield-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrahmagix%2Fyield-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henrahmagix","download_url":"https://codeload.github.com/henrahmagix/yield-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrahmagix%2Fyield-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259330915,"owners_count":22841733,"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-10-03T16:01:22.224Z","updated_at":"2025-06-11T20:09:36.414Z","avatar_url":"https://github.com/henrahmagix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yield-test\n\nA small testing station for learning about Generators.\n\n## Getting Started\n\n```bash\nnpm install\ngrunt\n```\n\n## What does it do?\n\nThis little thing explains how `yield` works.\n\nBelow, `async` should be outputted before `end` if `yield` is working. If it's not working, `async` will be outputted *after* `end`.\n\n`async` is blocking the thread so `end` can't run *until it yields*. No matter what delay you give to `async` it will always block the thread if `yield` is working correctly.\n\n```bash\n$: grunt\nRunning \"shell:main\" (shell) task\nstart\nasync\nend\nsync\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrahmagix%2Fyield-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenrahmagix%2Fyield-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrahmagix%2Fyield-test/lists"}