{"id":15069986,"url":"https://github.com/kanitsharma/yieldtask","last_synced_at":"2026-02-12T18:01:41.049Z","repository":{"id":57403746,"uuid":"130757972","full_name":"kanitsharma/yieldtask","owner":"kanitsharma","description":"Make your data.task monads yieldable in redux sagas","archived":false,"fork":false,"pushed_at":"2018-07-27T15:25:07.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T07:39:48.504Z","etag":null,"topics":["functional-programming","react","redux","redux-saga","task-monads-yieldable"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kanitsharma.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":"2018-04-23T21:18:38.000Z","updated_at":"2018-07-27T15:25:08.000Z","dependencies_parsed_at":"2022-08-26T01:22:56.493Z","dependency_job_id":null,"html_url":"https://github.com/kanitsharma/yieldtask","commit_stats":null,"previous_names":["kanitsharma/runtask"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kanitsharma/yieldtask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanitsharma%2Fyieldtask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanitsharma%2Fyieldtask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanitsharma%2Fyieldtask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanitsharma%2Fyieldtask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanitsharma","download_url":"https://codeload.github.com/kanitsharma/yieldtask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanitsharma%2Fyieldtask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29375597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["functional-programming","react","redux","redux-saga","task-monads-yieldable"],"created_at":"2024-09-25T01:46:11.601Z","updated_at":"2026-02-12T18:01:41.002Z","avatar_url":"https://github.com/kanitsharma.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yieldTask\n\nMake your data.task monads yieldable in redux sagas.\n\n### Example\n\n```javascript\nimport runTask from \"yieldtask\";\nimport Task from \"data.task\";\n\nconst testTask = x =\u003e Task.of(a).map(x =\u003e x + 10);\n\nfunction* test() {\n  const a = yield runTask(testTask, 10); // a =\u003e 20\n}\n\nfunction* mySaga() {\n  yield takeLatest(\"EXAMPLE_ACTION\", test);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanitsharma%2Fyieldtask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanitsharma%2Fyieldtask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanitsharma%2Fyieldtask/lists"}