{"id":15683580,"url":"https://github.com/kirillzhosul/scheduler","last_synced_at":"2026-01-08T01:52:13.210Z","repository":{"id":182148200,"uuid":"450104937","full_name":"kirillzhosul/scheduler","owner":"kirillzhosul","description":"Game Maker (GML) library that allows to schedule (delay or repeat) functions, await async events.","archived":false,"fork":false,"pushed_at":"2022-02-21T18:25:59.000Z","size":67,"stargazers_count":8,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T12:24:41.989Z","etag":null,"topics":["async","gamemaker-studio-2","gml","library","package","scheduler"],"latest_commit_sha":null,"homepage":"https://kirillzhosul.github.io/scheduler/","language":"Game Maker Language","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/kirillzhosul.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}},"created_at":"2022-01-20T13:18:37.000Z","updated_at":"2024-12-31T16:59:03.000Z","dependencies_parsed_at":"2023-07-18T22:38:55.491Z","dependency_job_id":null,"html_url":"https://github.com/kirillzhosul/scheduler","commit_stats":null,"previous_names":["kirillzhosul/scheduler"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fscheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fscheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fscheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fscheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirillzhosul","download_url":"https://codeload.github.com/kirillzhosul/scheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246306556,"owners_count":20756322,"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":["async","gamemaker-studio-2","gml","library","package","scheduler"],"created_at":"2024-10-03T17:07:22.999Z","updated_at":"2026-01-08T01:52:13.179Z","avatar_url":"https://github.com/kirillzhosul.png","language":"Game Maker Language","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Maker Scheduler\nThis repository contains \"Scheduler\" project-package.\n\n\"Scheduler\" allows you to:\n- Delay / repeat:\n- - Delay function calls for given `N` amount of frames [`scheduler(f).after(n)`],\n- - Repeat function calls for given `N` amount of frames [`scheduler(f).every(n)`],\n- - Or, all at once (repeat function every `N` frames, after `N` frames) [`scheduler(f).after(n).every(n)`],\n- Await:\n- - Call function when `HTTP` request is completed (function will give you result). [`scheduler(f).http_async(http_get(...))`]\n- - Call function when `Steam` request is completed (function will give you result). [`scheduler(f).steam_async(steam_*(...))`]\n- - Call function when `Buffer` is loaden/saved. [`scheduler(f).buffer_async(buffer_load_async(...))`]\n- - Call function when `Dialog` is completed (function will give you result). [`scheduler(f).dialog_async(show_question_async(...))`]\n- - Call function when `Image` is loaden. [`scheduler(f).sprite_async(sprite_add(...))` OR `sprite_add_async(...)`]\n\nRead more at [Documentation](src/Scheduler/notes/SCHEDULER_DOCUMENTATION/SCHEDULER_DOCUMENTATION.txt)!  \\\nAbout GML async events [Official Documentation](https://docs2.yoyogames.com/source/_build/2_interface/1_editors/events/async_events.html)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillzhosul%2Fscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirillzhosul%2Fscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillzhosul%2Fscheduler/lists"}