summaryrefslogtreecommitdiffstats
path: root/common/resourcecontrol.h
Commit message (Collapse)AuthorAge
* Adapt to KAsync changesChristian Mollekopf2017-03-01
|
* Added the flush command.Christian Mollekopf2016-11-25
| | | | | | | Instead of trying to actually flush queues, we send a special command through the same queues as the other commands and can thus guarantee that the respective commands have been processed without blocking anything.
* CleanupChristian Mollekopf2016-11-14
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Moved Notifier and ResourceAccess to separate files.Christian Mollekopf2016-02-10