executeTask

open fun executeTask(task: () -> Unit)

Asynchronously execute the provided task.

Parameters

task

The lambda to run outside the calling thread of execution.