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

Provide QFuture<void>::isResultReadyAt

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • None

    Description

      Part of the usefulness of QFuture<void> is to store a QFuture<T> (with T being non-void) in a type-erased way.

      We use it in this way, and found that QFuture<void> is missing a isResultReadyAt. Since that function doesn't use the T in any way, there doesn't seem to be anything to stop providing it.

      QFutureWatcher<void> also provides the "resultsReadyAt" signal, therefore it would improve consistency aswell.

      Attachments

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

        Activity

          People

            sonakur Sona Kurazyan
            jschaubzes Johannes Schaub
            Alex Blasche Alex Blasche
            Vladimir Minenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes