Dispatch Queue
interface DispatchQueue
Content copied to clipboard
Interface which abstracts away scheduling future tasks, allowing fake instances to be injected and manipulated during tests
Functions
queueAtFixedRate
Link copied to clipboard
abstract fun queueAtFixedRate(delay: Long, period: Long, unit: TimeUnit, runnable: () -> Unit): DispatchWorkItem
Content copied to clipboard
Inheritors
ScheduledDispatchQueue
Link copied to clipboard