The function the will be running on the threader
Optionalactive: boolean = falseThe active state of the threader. while active is set to true, the coroutine will begin executing,
setting to false will end the coroutine.
OptionalnoAutoClose: booleanThe active state of the threader. while active is set to true, the coroutine will begin executing,
setting to false will end the coroutine.
Closes the threader, setting active after closing will have no effect.
Threaders are automatically closed after executing, use tryClose for attempting to close without any errors.
Returns true if the threader is closed, false if not.
Closes the treader if it is not already closed, returns true if closed, false otherwise.
For controlling a thread outside of it's "scope".
Use the custom
typeIsfunction frommekstuff-rbxts/coreto check if object is a threader. You should not use this as a stand alone library, You should installmekstuff-rbxts/coreto access threader.