Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.misc/Scheduler/Companion/SYNCHRONOUS

SYNCHRONOUS

@JvmStatic
val SYNCHRONOUS: Scheduler

A Scheduler implementation whereby all tasks that are submitted will be executed in a synchronous manner. They will be executed immediately in the calling Thread, and any delays specified will be ignored.

Generated by Dokka
(c) Tealium 2026