aboutsummaryrefslogtreecommitdiffstats
path: root/src/service_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix call_on_release: Skip calling `release_func` if resource has been marked ...Sven Gothel2022-05-131-0/+1
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut...Sven Gothel2022-05-011-10/+10
* service_runner: Fix API Doc; 'shall_stop' starts 'true' and shall only be fal...Sven Gothel2022-04-241-8/+20
* service_runner::stop() shall_stop to be reset in stop() method for claritySven Gothel2022-04-171-1/+1
* FunctionDef: Rename Capture{-> Value}InvocationFunc, add CaptureRefInvocation...Sven Gothel2022-04-171-3/+3
* service_runner::join(): Fix DBG_PRINT() argsSven Gothel2022-04-151-1/+1
* service_runner: Remove service_end_post_notify (data race leak), add join(), ...Sven Gothel2022-04-151-43/+90
* service_runner: Add facility for optional singleton sighandler; start() shall...Sven Gothel2022-01-171-1/+54
* Added `jau::service_runner`, a reusable dedicated thread performing custom us...v0.7.7Sven Gothel2022-01-121-0/+144