Interface ThreadExecutor

All Known Subinterfaces:
ThreadScheduler
All Known Implementing Classes:
SingleThreadCachedScheduler

public interface 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

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • submit

      void submit(Runnable task)
    • teardown

      void teardown()