-
public final class AndroidStrictModeExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static CoroutineContext.ElementasContextElement(StrictMode.ThreadPolicy $self)Wraps StrictMode.ThreadPolicy into ThreadContextElement. -
-
Method Detail
-
asContextElement
final static CoroutineContext.Element asContextElement(StrictMode.ThreadPolicy $self)
Wraps StrictMode.ThreadPolicy into ThreadContextElement. The resulting ThreadContextElement maintains the given policy for coroutine regardless of the actual thread its is resumed on.
-
-
-
-