post

actual fun post(task: () -> Unit)

Posts a task to be executed asynchronously on the Android platform. The task will be executed on the main thread.

Parameters

task

The task to be executed.