Skip to content

Janitor 1.13.6

Compare
Choose a tag to compare
@howmanysmall howmanysmall released this 22 Aug 01:48
· 124 commits to main since this release
87f8d36

(should i have done major version increment?)

This makes Janitor thread safe, as well adds typings for the new beta. By thread safe, I mean doing the following will no longer break your Janitor.

Janitor:Add(function()
	while task.wait() do
	end
end, true)