Interface AsyncTaskExecutor


  • public interface AsyncTaskExecutor
    Flowable task executor interface that abstracts the execution of a Runnable or Callable asynchronously in a different thread.
    Author:
    Filip Hrisafov
    See Also:
    Executor, ExecutorService