All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.com.wisetrack.sdk.scheduler.ThreadScheduler.kt Maven / Gradle / Ivy

The newest version!
package com.wisetrack.sdk.scheduler

/**
@author hamed (@hamed-hsb)
 * @since 09th October 2021
 */

interface ThreadScheduler : ThreadExecutor {
    fun schedule(task: Runnable, milliSecondsDelay: Long)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy