dart-lang / dart-lang/language
Error preventive measure for calling async function
Open
request
- Dominant language
- TeX
- Stars
- 2.9k
- Forks
- 239
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 14
Description
**REQUEST**
Sometime coders forgets to use keyword **await** while calling async function.
It would be helpful if there will be keyword like **noawait** and coders must be forced to explicitly use **await** or **noawait** on async function to prevent errors.
Contributor guide
Assessment
This issue has not been assessed yet.