Epix-Incorporated / Adonis

Roblox Server Administration System
https://adonis.dev
MIT License
308 stars 178 forks source link

Remove `Routine` #1713

Open ccuser44 opened 1 week ago

ccuser44 commented 1 week ago

What part of Adonis is this related to?

Other

What are you suggesting?

Routine should just be removed. It's totally dublicated by task.spawn and coroutine.wrap and just adds unnecessary complexity for Adonis.

Of course backwards compatibility code should be added inside Misc_Features.luau using the same method that cPcall uses.