Async in Playground 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 Developer Tools & Services Swift Playgrounds Swift Playgrounds 4 0 5.8k Jun ’21