We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routine
Other
Routine should just be removed. It's totally dublicated by task.spawn and coroutine.wrap and just adds unnecessary complexity for Adonis.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: