Posts

Post marked as solved
4 Replies
5.2k Views
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
Posted
by ep4duke.
Last updated
.