When i have suspending initialising code which i n...
# ktor
b
When i have suspending initialising code which i need to run in Application.main() .. should i just wrap it with runBlocking{}? it just runs on start up.