summaryrefslogtreecommitdiffstats
path: root/include/jau/service_runner.hpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+6
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut...Sven Gothel2022-05-011-12/+12
* service_runner: Fix API Doc; 'shall_stop' starts 'true' and shall only be fal...Sven Gothel2022-04-241-13/+43
* Add service_runner::shall_stop2() helper, supporting FunctionDef ...Sven Gothel2022-04-171-0/+11
* service_runner: Remove service_end_post_notify (data race leak), add join(), ...Sven Gothel2022-04-151-20/+62
* service_runner: Add API docSven Gothel2022-04-101-0/+17
* service_runner: Add facility for optional singleton sighandler; start() shall...Sven Gothel2022-01-171-2/+39
* jau::server_runner: Fix API doc; Have get_name() return const reference only.v0.7.8Sven Gothel2022-01-131-3/+3
* Added `jau::service_runner`, a reusable dedicated thread performing custom us...v0.7.7Sven Gothel2022-01-121-0/+140