later

open fun later(delayMilliseconds: Int, function: () -> Unit): CSRegistration

later should be here instead of extension so Any.later is not called by mistake There is strange issue where postOnMain invokes immediately for unknown reason, so this was rewritten to not fail, even 5ms caused issue on some device so..


open fun later(function: () -> Unit): CSRegistration