{"id":13572933,"url":"https://github.com/polywrap/concurrent","last_synced_at":"2025-06-13T16:38:15.986Z","repository":{"id":65186078,"uuid":"578489453","full_name":"polywrap/concurrent","owner":"polywrap","description":"Concurrent interface and implementations","archived":false,"fork":false,"pushed_at":"2023-08-20T21:10:14.000Z","size":714,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T14:45:57.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/polywrap.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-15T07:15:21.000Z","updated_at":"2022-12-15T08:18:34.000Z","dependencies_parsed_at":"2024-01-16T20:27:23.807Z","dependency_job_id":"93e04b38-e927-445e-9f07-be52d9dc9f40","html_url":"https://github.com/polywrap/concurrent","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.25,"last_synced_commit":"4b293cff0c021d6ce1e464b3b6c79c169f7a9cb9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fconcurrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fconcurrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fconcurrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polywrap%2Fconcurrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polywrap","download_url":"https://codeload.github.com/polywrap/concurrent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240005369,"owners_count":19732740,"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-08-01T15:00:24.611Z","updated_at":"2025-02-21T11:29:19.330Z","avatar_url":"https://github.com/polywrap.png","language":"TypeScript","readme":"# Polywrap Concurrent\n\nAn interface and implementations for concurrent Polywrap invocations.\n\nTable Of Contents:\n1. [Concurrent Interface](./interface/README.md)\n2. [Concurrent Implementation (JavaScript Promise)](implementations/js/README.md)\n\n## A quick primer on terminology\n\n```\nconcurrent\n-\u003e task(s)\n-\u003e worker(s)\n```\n\nDefining terms:\n- concurrent plugin = an implementation of the concurrent interface, using a specific concurrency mechanism (threads, promises, etc)\n- task = a wrapper invocation\n- worker = an instance of the underlying concurrency mechanism (thread, promise, etc)\n\nYou can:\n- set max number of workers\n- schedule tasks\n- check status of tasks\n- gather results of tasks (first, all, any)\n- abort tasks","funding_links":[],"categories":["Wraps"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolywrap%2Fconcurrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolywrap%2Fconcurrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolywrap%2Fconcurrent/lists"}