aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/simple_timer.hpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+7
* Added test_simple_timer01.cpp; simple_timer::stop() now passes through the se...Sven Gothel2022-05-011-1/+3
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut...Sven Gothel2022-05-011-17/+24
* simple_timer: Add noexcept to appropriate methods; Add service_runner and sim...Sven Gothel2022-04-241-43/+6
* FunctionDef: Rename Capture{-> Value}InvocationFunc, add CaptureRefInvocation...Sven Gothel2022-04-171-2/+2
* service_runner: Remove service_end_post_notify (data race leak), add join(), ...Sven Gothel2022-04-151-4/+4
* simple_timer: Renamed {SimpleTimer->simple_timer} and expose service_runner d...v0.7.14Sven Gothel2022-04-101-6/+23
* Add SimpleTimer class: A simple timer for timeout and interval applications, ...Sven Gothel2022-04-101-0/+147