{"id":40699637,"url":"https://github.com/b0nn133/promisedsignal","last_synced_at":"2026-01-21T12:02:30.859Z","repository":{"id":282600468,"uuid":"949100459","full_name":"b0nn133/PromisedSignal","owner":"b0nn133","description":"A RBXScriptSignal Implementation with Promise.","archived":false,"fork":false,"pushed_at":"2025-03-17T11:00:04.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T19:06:45.896Z","etag":null,"topics":["asynchronous","lua","luau","promise","rbxscriptsignal","roblox","simple"],"latest_commit_sha":null,"homepage":"","language":"Luau","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b0nn133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-15T17:16:49.000Z","updated_at":"2025-03-19T15:41:47.000Z","dependencies_parsed_at":"2025-09-15T04:40:22.935Z","dependency_job_id":"46459361-6467-428c-bfe0-3998deaa55a4","html_url":"https://github.com/b0nn133/PromisedSignal","commit_stats":null,"previous_names":["realbxnnie/promisedsignal","girisato/promisedsignal","b0nn133/promisedsignal"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/b0nn133/PromisedSignal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0nn133%2FPromisedSignal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0nn133%2FPromisedSignal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0nn133%2FPromisedSignal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0nn133%2FPromisedSignal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b0nn133","download_url":"https://codeload.github.com/b0nn133/PromisedSignal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0nn133%2FPromisedSignal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asynchronous","lua","luau","promise","rbxscriptsignal","roblox","simple"],"created_at":"2026-01-21T12:02:29.689Z","updated_at":"2026-01-21T12:02:30.850Z","avatar_url":"https://github.com/b0nn133.png","language":"Luau","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PromisedSignal\nAn implementation of RBXScriptSignal with Promise.\n\n**Why PromisedSignal?**\n* Asynchronous Connections\n* Performs almost all the functions that RBXScriptSignal does\n* Simple and comfortable\n\n**How to use it?**\n```luau\nlocal PromisedSignal = require(game.Path.To.PromisedSignal)\nlocal HelloPlayer = PromisedSignal.new()\n\nHelloPlayer:Connect(function(Player)\n    print(\"Hello, \" .. Player.Name .. \"!\")\nend)\n\ngame.Players.PlayerAdded:Connect(function(Player)\n    HelloPlayer:FireAsync(Player)\nend)\n```\n\n**Download**\\\n[GitHub](https://github.com/realbxnnie/PromisedSignal/releases)\\\n[Roblox](https://create.roblox.com/store/asset/74983621869370)\n\n\n_Inspired by stravant's GoodSignal._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0nn133%2Fpromisedsignal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb0nn133%2Fpromisedsignal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0nn133%2Fpromisedsignal/lists"}