Open davej opened 9 years ago
Can non-async functions that use the await keyword fail at compile-time?
I often run into silent errors that cause my app not to run because I've forgotten the async keyword on the function.
Can non-async functions that use the await keyword fail at compile-time?
I often run into silent errors that cause my app not to run because I've forgotten the async keyword on the function.