submitSuspendable

fun submitSuspendable(work: suspend () -> Unit)

Cancels the previous work and launches a new coroutine containing the new suspendable work.