run

fun run(action: Action)

Adds action to the run queue.


fun run(vararg actions: Action)

Adds all actions in actions to the run queue.