{"id":19953644,"url":"https://github.com/mkende/perl_parallel_task_executor","last_synced_at":"2026-06-11T15:31:22.654Z","repository":{"id":249576691,"uuid":"711323596","full_name":"mkende/perl_parallel_task_executor","owner":"mkende","description":"Cross-platform executor for parallel tasks executed in forked processes.","archived":false,"fork":false,"pushed_at":"2024-11-03T22:35:49.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T15:23:26.965Z","etag":null,"topics":["executor","fork","ipc","perl","promise"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/mkende.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","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":"2023-10-28T22:17:12.000Z","updated_at":"2024-11-03T22:35:53.000Z","dependencies_parsed_at":"2024-07-22T00:28:03.959Z","dependency_job_id":"4b9aa7bd-075a-4d0b-bbad-2f5e4ce1cf58","html_url":"https://github.com/mkende/perl_parallel_task_executor","commit_stats":null,"previous_names":["mkende/perl_parallel_task_executor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkende/perl_parallel_task_executor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fperl_parallel_task_executor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fperl_parallel_task_executor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fperl_parallel_task_executor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fperl_parallel_task_executor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkende","download_url":"https://codeload.github.com/mkende/perl_parallel_task_executor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fperl_parallel_task_executor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34206487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["executor","fork","ipc","perl","promise"],"created_at":"2024-11-13T01:17:10.275Z","updated_at":"2026-06-11T15:31:22.614Z","avatar_url":"https://github.com/mkende.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel::TaskExecutor\n\nCross-platform executor for parallel tasks executed in forked processes.\n\n## Summary\n\nThis module provides a simple interface to run Perl code in forked processes and\nreceive the result of their processing. This is quite similar to\n[Parallel::ForkManager](https://metacpan.org/pod/Parallel::ForkManager) with a\ndifferent OO approach, more centered on the task object that can be seen as a\nvery lightweight promise.\n\n## Example\n\n```perl\nmy $executor = Parallel::TaskExecutor-\u003enew();\nmy $task = $executor-\u003erun(sub { return 'foo' });\n$task-\u003ewait();\nis($task-\u003edata(), 'foo');\n```\n\n## Documentation\n\nSee\n[this module documentation on CPAN](https://metacpan.org/pod/Parallel::ForkManager).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkende%2Fperl_parallel_task_executor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkende%2Fperl_parallel_task_executor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkende%2Fperl_parallel_task_executor/lists"}