Scheduled Dispatch Queue
A DispatchQueue that uses a ScheduledThreadPoolExecutor to schedule tasks to be executed in the future.
Uses a default pool size of 8. Custom values can be provided during construction
Constructors
ScheduledDispatchQueue
Link copied to clipboard
Functions
queueAtFixedRate
Link copied to clipboard
open override fun queueAtFixedRate(delay: Long, period: Long, unit: TimeUnit, runnable: () -> Unit): DispatchWorkItem
Content copied to clipboard