runWrappedSuspending

suspend fun <R> runWrappedSuspending(block: suspend () -> R): R

Deprecated

Use runWrapped instead

Replace with

runWrapped