{"id":25959715,"url":"https://github.com/y785/moe-scheduler","last_synced_at":"2025-09-11T05:37:44.554Z","repository":{"id":57736824,"uuid":"212430674","full_name":"y785/moe-scheduler","owner":"y785","description":"A simple tick-based task/event scheduler.","archived":false,"fork":false,"pushed_at":"2020-09-22T09:26:11.000Z","size":106,"stargazers_count":6,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T07:32:19.555Z","etag":null,"topics":["java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/y785.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":"2019-10-02T20:03:21.000Z","updated_at":"2024-02-09T09:06:08.000Z","dependencies_parsed_at":"2022-08-24T14:59:38.789Z","dependency_job_id":null,"html_url":"https://github.com/y785/moe-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y785/moe-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y785%2Fmoe-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y785%2Fmoe-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y785%2Fmoe-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y785%2Fmoe-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y785","download_url":"https://codeload.github.com/y785/moe-scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y785%2Fmoe-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274583723,"owners_count":25311898,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":["java"],"created_at":"2025-03-04T18:48:20.914Z","updated_at":"2025-09-11T05:37:44.537Z","avatar_url":"https://github.com/y785.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moe Scheduler\n\nA simple tick-based event scheduler. Used for synchronizing game server events.\nGoal is to update actors with a time offset to determine proper event timings.\nRepeating tasks can't be registered from the scheduler through lambda.\nRepeating tasks added this way would be memory leaked, since they are never removed.\nBy default, all tasks are removed based on the ``isEventDone()``, which returns true after any task's ``update(long: delta)`` is successfully run. Registration of always-on tasks can be done through ``registerRepeating``. There is currently no way to remove these tasks except for ``remove(Predicate\u003cMoeTask\u003e)``\n\n### Maven\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003emoe.maple\u003c/groupId\u003e\n  \u003cartifactId\u003escheduler\u003c/artifactId\u003e\n  \u003cversion\u003e2.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy785%2Fmoe-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy785%2Fmoe-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy785%2Fmoe-scheduler/lists"}