Ben Lau

Results 75 comments of Ben Lau

Hello @Dushistov, Do you have any reference material about the usage of this kind of data structure?

hi @Dushistov, Sorry for late reply. I did a test case to validate the behaviour of move only types support by QFuture. Seem that it is not supported by QFuture...

If you just want to try the library, you could copy the asyncfuture.h into your project. For running the test case, you need to install required packages via [qpm -...

I did a quick search about the current status of sanitize_thread support in QT binary. I doubt its support due to this issue: [QTBUG-37402] QMutex not recognized by thread sanitizer...

``` SUMMARY: ThreadSanitizer: data race qfuture.h:157 in QFuture::result() const ``` If `QFuture::result()` could not pass the test, AsyncFuture won't pass for sure. I may test with Qt 5.11 later.

It is a undocumented feature. sanitizer could be enabled via qmake by ``` CONFIG += sanitizer sanitize_thread ``` I don't know how Qt handle it . But I am not...

Hello, I would suggest an alternative approach. In the latest master branch, I have make the Combinator to support to set progressValue , progressMaximum value. ```C++ auto d1 = timeout(50);...

yes, it should be guaranteed to set to zero. I will add the test case.

@gslin 謝謝,但為什麼想加這個網站? @adrianiainlam 你是打算寄PR,還是想該我動手?如果是後者的話,麻煩使用這個表格 https://docs.google.com/forms/d/e/1FAIpQLSc2bo8QTpX-qaIDcJ69UnGPLUO1Mr_9THVZZceSug-hcO3GGg/viewform

你好, 謝謝 暫時我對共同維護清單這件事本身沒什麼好的點子,如果有的話也反過來歡迎提出。