kite-core / jp.co.cyberagent.kite.core / checkIsMainThread
checkIsMainThreadΒΆ
fun
MainThreadChecker
.checkIsMainThread(name:
String
):
Unit
Asserts current thread is main thread. If it is not, then throws IllegalStateException.
kite-core / jp.co.cyberagent.kite.core / checkIsMainThread
fun
MainThreadChecker
.checkIsMainThread(name:
String
):
Unit
Asserts current thread is main thread. If it is not, then throws IllegalStateException.