{"id":26194257,"url":"https://github.com/active-group/cljs-async","last_synced_at":"2026-04-18T20:33:12.273Z","repository":{"id":62432278,"uuid":"315383013","full_name":"active-group/cljs-async","owner":"active-group","description":"A ClojureScript library for asynchronous programming","archived":false,"fork":false,"pushed_at":"2020-12-02T17:53:49.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-12T21:57:26.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/active-group.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":"2020-11-23T16:59:32.000Z","updated_at":"2023-03-20T12:28:18.000Z","dependencies_parsed_at":"2022-11-01T20:47:12.909Z","dependency_job_id":null,"html_url":"https://github.com/active-group/cljs-async","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/active-group/cljs-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fcljs-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fcljs-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fcljs-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fcljs-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/active-group","download_url":"https://codeload.github.com/active-group/cljs-async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Fcljs-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31984137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"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":[],"created_at":"2025-03-12T01:55:57.956Z","updated_at":"2026-04-18T20:33:12.251Z","avatar_url":"https://github.com/active-group.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"cljs-async\n======\n\nThis is a library for asynchronous programming in ClojureScript based\non native JavaScript promises.\n\nBesides basic functions to create and work with promises, which\ncorrespond to the standardised [JavaScript Promise\nAPI](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise),\nthis library contains an `async` macro that resembles async functions\nin JavaScript, and functions that simplify writing asynchronous tests\nwith [`cljs.test`](https://cljs.github.io/api/cljs.test/).\n\nThe library is released on\n[![Clojars](https://img.shields.io/clojars/v/de.active-group/cljs-async.svg)](https://clojars.org/de.active-group/cljs-async).\n \nThe generated API docs are available on\n[cljdoc](https://cljdoc.xyz/d/de.active-group/cljs-async/CURRENT).\n\n## Usage\n\nPrimitive promises can be created with `promise`:\n\n```clojure\n(core/promise\n  (fn [resolve reject]\n     ...some asynchronous operation...\n\t (resolve :result)))\n```\n\nTo compose promises, the `async` macro is the most comfortable:\n\n```clojure\n(core/async\n  (let [v (core/await some-promise)\n        w (core/await some-other-promise)]\n    (* v w)))\n```\n\n## License\n\nCopyright © 2020 Active Group GmbH\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Fcljs-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factive-group%2Fcljs-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Fcljs-async/lists"}