summaryrefslogtreecommitdiff
path: root/src/common/detached_tasks.cpp
AgeCommit message (Collapse)Author
2021-06-22common/detached_tasks: Wait for tasks before shutting downRodrigo Locatti
If this is not waited on, the synchronization primitives are destroyed whe main exits and the detached task ends up signalling garbage and not properly finishing.
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
Since C++17, the introduction of deduction guides for locking facilities means that we no longer need to hardcode the mutex type into the locks themselves, making it easier to switch mutex types, should it ever be necessary in the future.
2018-10-02Port web_service from CitrafearlessTobi