summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutureinterface.h
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-04-10 17:12:20 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-16 12:26:43 +0200
commit8b0fd78caa8e257757d3eb84732e38cf735b2136 (patch)
treeb9987df9b68570575ed5d7fd323e0fffeab27990 /src/corelib/thread/qfutureinterface.h
parent839c54e070727540570b5994908d461bb7bb4dfd (diff)
WinRT: Don't use the native thread handle for waiting
There is no guarantee that the handle from std::thread will be valid when a wait is made. Instead, simply use an elapsed timer and check if the thread is finished. This prevents an exception from being thrown when a bad handle is encountered. Task-number: QTBUG-31397 Change-Id: Ie2a7e6cbfbb27bf1baff779322670d85e92e10dd Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/corelib/thread/qfutureinterface.h')
0 files changed, 0 insertions, 0 deletions