{"id":19621319,"url":"https://github.com/commenthol/asyncc","last_synced_at":"2026-02-13T13:36:13.200Z","repository":{"id":57185885,"uuid":"76395754","full_name":"commenthol/asyncc","owner":"commenthol","description":"Just asynchronous patterns","archived":false,"fork":false,"pushed_at":"2025-02-27T19:03:03.000Z","size":841,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-27T02:04:31.749Z","etag":null,"topics":["asynchronous","asynchronous-patterns","nopromise","parallel","pattern","quene","serial"],"latest_commit_sha":null,"homepage":"https://commenthol.github.io/asyncc/","language":"HTML","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/commenthol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-12-13T20:28:28.000Z","updated_at":"2025-02-27T19:03:07.000Z","dependencies_parsed_at":"2025-02-26T18:46:11.235Z","dependency_job_id":"9c34552c-e744-4b56-86e0-086465749fe1","html_url":"https://github.com/commenthol/asyncc","commit_stats":{"total_commits":55,"total_committers":1,"mean_commits":55.0,"dds":0.0,"last_synced_commit":"72779509854a18d863497b6df2de86c2cbdc1b83"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fasyncc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fasyncc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fasyncc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fasyncc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commenthol","download_url":"https://codeload.github.com/commenthol/asyncc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fasyncc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258500905,"owners_count":22711302,"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":["asynchronous","asynchronous-patterns","nopromise","parallel","pattern","quene","serial"],"created_at":"2024-11-11T11:22:20.862Z","updated_at":"2026-02-13T13:36:08.163Z","avatar_url":"https://github.com/commenthol.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asyncc\n\n\u003e Just async patterns\n\n[![NPM version](https://badge.fury.io/js/asyncc.svg)](https://www.npmjs.com/package/asyncc/)\n\nAsynchronous patterns, no dependencies, no bloat, more isn't needed.\n\nRuns in the browser and on node. Less than 6kB in size.\n\n- [Latest Documentation](https://commenthol.github.io/asyncc)\n- [Documentation for v1](https://commenthol.github.io/asyncc/docs_v1)\n- [Migrating to v2](https://github.com/commenthol/asyncc/blob/master/doc/migrate-to-v2.md)\n\n# Serial execution patterns\n\n- [compose](https://commenthol.github.io/asyncc/module-serial.html#.compose)\n- [connect](https://commenthol.github.io/asyncc/module-serial.html#.connect)\n- [doUntil](https://commenthol.github.io/asyncc/module-serial.html#.doUntil)\n- [doWhilst](https://commenthol.github.io/asyncc/module-serial.html#.doWhilst)\n- [eachSeries](https://commenthol.github.io/asyncc/module-serial.html#.eachSeries)\n- [NoPromise](https://commenthol.github.io/asyncc/NoPromise.html)\n- [series](https://commenthol.github.io/asyncc/module-serial.html#.series)\n- [times](https://commenthol.github.io/asyncc/module-serial.html#.times)\n- [until](https://commenthol.github.io/asyncc/module-serial.html#.until)\n- [whilst](https://commenthol.github.io/asyncc/module-serial.html#.whilst)\n\n# Parallel execution patterns\n\n- [each](https://commenthol.github.io/asyncc/module-parallel.html#.each)\n- [eachLimit](https://commenthol.github.io/asyncc/module-parallel.html#.eachLimit)\n- [parallel](https://commenthol.github.io/asyncc/module-parallel.html#.parallel)\n- [parallelLimit](https://commenthol.github.io/asyncc/module-parallel.html#.parallelLimit)\n- [Queue](https://commenthol.github.io/asyncc/Queue.html)\n\n# Installation\n\n    npm install --save asyncc\n\n# Usage\n\nAs ES6 Modules\n\n```js\nimport {NoPromise, connect} from 'asyncc'\n```\n\nAs CommonJS Modules\n\n```js\nconst {NoPromise, connect} = require('asyncc')\n```\n\nor picking individual methods\n\n```js\nconst connect = require('asyncc/lib/connect')\n```\n\n# References\n\n\u003c!-- !ref --\u003e\n\n* [LICENSE][LICENSE]\n\n\u003c!-- ref! --\u003e\n\n[LICENSE]: ./LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fasyncc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommenthol%2Fasyncc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fasyncc/lists"}