Interface Promise.DeferredResultExecutorRunnable<T>

Enclosing class:
Promise<T>

public static interface Promise.DeferredResultExecutorRunnable<T>
Executor that does not automatically resolve the promise once done
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Promise<T> promise)
     
  • Method Details