android-components / mozilla.components.support.ktx.android.os / android.os.StrictMode.ThreadPolicy

Extensions for android.os.StrictMode.ThreadPolicy

resetAfter

fun <R> ThreadPolicy.resetAfter(functionBlock: () -> R): R

Runs the given functionBlock and sets the ThreadPolicy after its completion.