core/com.tealium.prism.core.api.misc/Scheduler/execute execute abstract fun execute(runnable: Runnable)Schedules a Runnable for execution at some point in the future. Tasks will typically be executed on a first-in-first-out manner, but this depends on the Scheduler implementation.