Skip to content

fix: FireDeferred check for item later#233

Open
Aztup wants to merge 2 commits intoSleitnick:mainfrom
Aztup:main
Open

fix: FireDeferred check for item later#233
Aztup wants to merge 2 commits intoSleitnick:mainfrom
Aztup:main

Conversation

@Aztup
Copy link

@Aztup Aztup commented May 10, 2025

Currently, FireDeferred does not work in the following example but you would assume it does

local signal = Signal.new()
signal:FireDeferred(true)
signal:Connect(print)

With this pull request it now does. Also, why doesn't FireDeferred just do task.defer(Signal.Fire, self, ...) ?

@Sleitnick Sleitnick self-assigned this May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants