Interface ThreadExecutor

All Known Subinterfaces:
ThreadScheduler
All Known Implementing Classes:
SingleThreadCachedScheduler

public interface ThreadExecutor
Created by nonelse on 12.09.17.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    submit​(Runnable task)
     
    void
     
  • Method Details

    • submit

      void submit(Runnable task)
    • teardown

      void teardown()