Package io.adtrace.sdk.scheduler
Interface ThreadScheduler
-
- All Superinterfaces:
ThreadExecutor
- All Known Implementing Classes:
SingleThreadCachedScheduler
public interface ThreadScheduler extends ThreadExecutor
AdTrace android SDK (https://adtrace.io) Created by Nasser Amini (github.com/namini40) on April 2022. Notice: See LICENSE.txt for modification and distribution information Copyright © 2022.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidschedule(java.lang.Runnable task, long millisecondsDelay)-
Methods inherited from interface io.adtrace.sdk.scheduler.ThreadExecutor
submit, teardown
-
-