uiLet

suspend fun <T, R> T.uiLet(block: suspend (T) -> R): R

Runs the block at block with the UI context.

Author

Arnau Mora

Since

20220331

Parameters

block

The code to run.