Interface QtConcurrent.RunnableWithPromise<T>

Enclosing class:
QtConcurrent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QtConcurrent.RunnableWithPromise<T>
Runnable with typed promise.
See Also:
  • Method Summary

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

    • run

      void run(QPromise<T> promise)
      Parameters:
      promise - typed promise to receive the method result
      See Also: