fun runAsync(action: () -> Unit): Unit
run code inside of Background Thread
action - code to execute
action