{"id":22871201,"url":"https://github.com/yetanotherclown/signal","last_synced_at":"2025-03-31T11:27:43.310Z","repository":{"id":142298796,"uuid":"612844919","full_name":"YetAnotherClown/Signal","owner":"YetAnotherClown","description":"A Typed Signal Implementation similar to RBXScriptSignal for Roblox.","archived":false,"fork":false,"pushed_at":"2023-09-20T10:11:05.000Z","size":759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T16:59:19.214Z","etag":null,"topics":["luau","roblox","roblox-library","roblox-lua"],"latest_commit_sha":null,"homepage":"https://yetanotherclown.github.io/Signal/","language":"Lua","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/YetAnotherClown.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T06:23:08.000Z","updated_at":"2023-11-18T03:07:07.000Z","dependencies_parsed_at":"2025-02-06T16:53:27.665Z","dependency_job_id":"c8a16b6e-d07a-4e10-918e-335f1571a8ad","html_url":"https://github.com/YetAnotherClown/Signal","commit_stats":null,"previous_names":["yetanotherclown/signal","clownxz/signal"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FSignal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FSignal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FSignal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FSignal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YetAnotherClown","download_url":"https://codeload.github.com/YetAnotherClown/Signal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460730,"owners_count":20781195,"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":["luau","roblox","roblox-library","roblox-lua"],"created_at":"2024-12-13T13:17:34.186Z","updated_at":"2025-03-31T11:27:43.281Z","avatar_url":"https://github.com/YetAnotherClown.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Signal\n\n\u003ca href=\"https://yetanotherclown.github.io/Signal/\"\u003e\u003cstrong\u003eView docs\u003c/strong\u003e\u003c/a\u003e\n\nA Typed Signal Implementation similar to [`RBXScriptSignal`](https://create.roblox.com/docs/reference/engine/datatypes/RBXScriptSignal) with camelCasing \u0026 thread-pooling.\n\n---\n    \n#### Features\n- Typed\n- Thread-Pooling\n- Parallel Support\n    \n#### Usage\n```lua\n    local Signal = require(\"signal.lua\")\n    \n    local mySignal = Signal.new()\n    local myConnection = mySignal:connect(function(...)\n        print(...)\n    end)\n    \n    mySignal:fire(\"Hello, world!\")\n    -- Prints \"Hello, world!\"\n\n    -- Always disconnect your Connections!\n    myConnection:disconnect()\n\n    -- Or to disconnect all:\n    mySignal:disconnectAll()\n```\n\n#### Building with Rojo\n\nTo build yourself, use: \n```bash\nrojo build -o \"Signal.rbxm\"\n```\n\nNote: Wally does not export types automatically and will display a type-error in one of the Dependencies.\nTo fix this, see https://github.com/JohnnyMorganz/wally-package-types.\n\nFor more help, check out [the Rojo documentation](https://rojo.space/docs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanotherclown%2Fsignal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyetanotherclown%2Fsignal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanotherclown%2Fsignal/lists"}