idea: noUselessAsync
#581
Closed
andresribeiro
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Hi, thanks for posting. I think #575 will report the useless |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
some functions are declared as asynchronous, even if they are synchronous. eg:
asyncis not needed, and slows down the application, as there's an overhead on the event loopBeta Was this translation helpful? Give feedback.
All reactions