class InternScheduler
<init>
InternScheduler()
isActive
val isActive: Boolean
outOfOrderExecution
val outOfOrderExecution: Boolean
flush
fun flush(): Unit
queue
fun queue(action: () -> Unit): Unit
deepClonePolymorphic
fun <T> T.deepClonePolymorphic(): T