howmanysmall / Janitor

Janitor library.
https://howmanysmall.github.io/Janitor/
MIT License
107 stars 17 forks source link

Added typings and thread safety. #13

Closed howmanysmall closed 3 years ago

howmanysmall commented 3 years ago

This is a really good change!

Now if you do:

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

Your Janitor will not completely die.