Can I use async in Playground? If so, please show an example.
func doStuff() async {
print("here")
}
doStuff()
print("After")
//error: 'async' call in a function that does not support concurrency
Selecting any option will automatically load the page