qtpromise/tests
Simon Brunel 313d3882d7 Fix dispatching when app (or thread) terminated
Make sure to **not** notify handlers if the captured thread doesn't exist anymore, which would potentially result in dispatching to the wrong thread (ie. nullptr == current thread). This also applies when the app is shutting down and the even loop is not anymore available. In both cases, we should not trigger any error and skip notifications.
2018-02-24 12:43:52 +01:00
..
auto Fix dispatching when app (or thread) terminated 2018-02-24 12:43:52 +01:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00