{"id":50057503,"url":"https://github.com/tinkerer-red/MultiProcessing","last_synced_at":"2026-06-07T06:00:33.990Z","repository":{"id":177814004,"uuid":"660949011","full_name":"tinkerer-red/MultiProcessing","owner":"tinkerer-red","description":"A simple MultiProcessing example in gml. With a heavy focus on simplicity for newer users.","archived":false,"fork":false,"pushed_at":"2023-11-06T21:12:04.000Z","size":150500,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T13:14:52.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Yacc","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/tinkerer-red.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,"governance":null}},"created_at":"2023-07-01T10:04:01.000Z","updated_at":"2025-10-03T10:37:37.000Z","dependencies_parsed_at":"2023-11-07T03:29:45.734Z","dependency_job_id":null,"html_url":"https://github.com/tinkerer-red/MultiProcessing","commit_stats":null,"previous_names":["dsk80004/multiprocessing","tinkerer-red/multiprocessing"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tinkerer-red/MultiProcessing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerer-red%2FMultiProcessing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerer-red%2FMultiProcessing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerer-red%2FMultiProcessing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerer-red%2FMultiProcessing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinkerer-red","download_url":"https://codeload.github.com/tinkerer-red/MultiProcessing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerer-red%2FMultiProcessing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34010556,"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-07T02:00:07.652Z","response_time":124,"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":[],"created_at":"2026-05-21T15:00:43.429Z","updated_at":"2026-06-07T06:00:33.986Z","avatar_url":"https://github.com/tinkerer-red.png","language":"Yacc","funding_links":[],"categories":["Async"],"sub_categories":["Recommendations"],"readme":"# MultiProcessing\nA simple MultiProcessing example in gml. With a heavy focus on simplicity for newer users.\n\n### Example:\n```gml\n///create\nfactorial = function(_x) {\n\tvar _t = _x-1;\n\tvar _v = _x;\n\trepeat (_x-2){\n\t\t_t--;\n\t\t_v *= _t;\n\t}\n\treturn _v;\n}\n\ncallback_example = function(_response) {\n\tshow_debug_message(string(\"Factorial Value: {0}\", _response))\n}\n\n//key-release [spacebar]\nfor (var _i=0; _i\u003c=1_000; _i++) {\n\tremote_execute(factorial, [_i], callback_example);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinkerer-red%2FMultiProcessing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinkerer-red%2FMultiProcessing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinkerer-red%2FMultiProcessing/lists"}