Package io.adtrace.sdk.scheduler
Interface ThreadExecutor
-
- All Known Subinterfaces:
ThreadScheduler
- All Known Implementing Classes:
SingleThreadCachedScheduler
public interface ThreadExecutorAdTrace 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 voidsubmit(java.lang.Runnable task)voidteardown()
-