This uses runBlocking([Dispatchers.Main]) for non suspend functions.
runBlocking([Dispatchers.Main])
The suspend function to run.