Open ccuser44 opened 1 week ago
Other
Routine should just be removed. It's totally dublicated by task.spawn and coroutine.wrap and just adds unnecessary complexity for Adonis.
Routine
task.spawn
coroutine.wrap
Of course backwards compatibility code should be added inside Misc_Features.luau using the same method that cPcall uses.
Misc_Features.luau
cPcall
What part of Adonis is this related to?
Other
What are you suggesting?
Routine
should just be removed. It's totally dublicated bytask.spawn
andcoroutine.wrap
and just adds unnecessary complexity for Adonis.Of course backwards compatibility code should be added inside
Misc_Features.luau
using the same method thatcPcall
uses.