summaryrefslogtreecommitdiffstats
path: root/common/asyncutils.h
Commit message (Collapse)AuthorAge
* Avoid warningChristian Mollekopf2017-08-09
| | | | | | | setFuture can emit signals directly if the future is already stopped. This does not apply to our case but it fixes the warning. "QFutureWatcher::connect: connecting after calling setFuture() is likely to produce race"
* Port away from syncStartv0.1.0Christian Mollekopf2017-03-02
|
* Adapt to KAsync changesChristian Mollekopf2017-03-01
|
* A model stress test to try to crash the result emitter when used withChristian Mollekopf2017-01-31
| | | | threads.
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Use KAsync::Job as abstraction for the threading implementationChristian Mollekopf2015-12-27