{"id":17924268,"url":"https://github.com/zebp/async-cell","last_synced_at":"2025-09-05T05:42:23.429Z","repository":{"id":51169886,"uuid":"360933840","full_name":"zebp/async-cell","owner":"zebp","description":"An async cell for TypeScript that supports Node and Deno","archived":false,"fork":false,"pushed_at":"2022-02-06T18:46:12.000Z","size":18,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T21:43:43.226Z","etag":null,"topics":["async","async-cell","deno","nodejs","promises","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zebp.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-04-23T15:48:50.000Z","updated_at":"2025-02-19T21:51:06.000Z","dependencies_parsed_at":"2022-09-18T12:30:36.093Z","dependency_job_id":null,"html_url":"https://github.com/zebp/async-cell","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/zebp/async-cell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebp%2Fasync-cell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebp%2Fasync-cell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebp%2Fasync-cell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebp%2Fasync-cell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zebp","download_url":"https://codeload.github.com/zebp/async-cell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebp%2Fasync-cell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273717895,"owners_count":25155482,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["async","async-cell","deno","nodejs","promises","typescript"],"created_at":"2024-10-28T20:47:49.932Z","updated_at":"2025-09-05T05:42:23.374Z","avatar_url":"https://github.com/zebp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# async-cell\n\n![npm](https://img.shields.io/npm/v/async-cell)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/zebp/async-cell/ci)\n![NPM](https://img.shields.io/npm/l/async-cell)\n\nAn async cell that holds a value and can alert users when a value is inserted.\n\n## Examples\n\n```typescript\nconst cell: AsyncCell\u003cstring\u003e = new AsyncCell();\n\n// Inserts the text hello world into the cell after a second.\nsetTimeout(() =\u003e cell.insert(\"Hello, world!\"), 1000);\n\n// Waits for the value to be inserted into the cell.\nconst value = await cell.load();\nconsole.log(value);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebp%2Fasync-cell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebp%2Fasync-cell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebp%2Fasync-cell/lists"}