Package com.adjust.sdk.scheduler
Interface ThreadExecutor
-
- All Known Subinterfaces:
ThreadScheduler
- All Known Implementing Classes:
SingleThreadCachedScheduler
public interface ThreadExecutorCreated by nonelse on 12.09.17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsubmit(java.lang.Runnable task)voidteardown()
-