class ExtScheduler
<init>
ExtScheduler(parentScheduler: <ERROR CLASS>)
isActive
val isActive: Boolean
flush
fun flush(): Unit
pump
fun pump(): Unit
queue
fun queue(action: () -> Unit): Unit
deepClonePolymorphic
fun <T> T.deepClonePolymorphic(): T