Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-58434

QFutureInterface public interface

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • None
    • Core: QtConcurrent
    • None
    • Qt 5.7

    Description

      In standard C++ library since C++11 we've got a std::promise class that allows to acquire computation results (or exception) asynchronously by producing std::future which is bounded to it.
      There is such std::promise-like class in Qt named QFutureInterface that serves for same purposes AFAIK. But it's not documented and so there are no assurances of keeping QFutureInterface interface unchanged in each Qt version.
      Could you provide public QFutureInterface documentation for user purposes, please.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sorvig Morten Sørvig
            zhuebok zhuebok
            Votes:
            5 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes