summaryrefslogtreecommitdiffstats
path: root/include/jau/latch.hpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+7
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut...Sven Gothel2022-05-011-25/+41
* jau:latch::wait_for(..): Reuse absolute timeout time_point, don't wait for an...Sven Gothel2021-12-051-3/+6
* jau::latch: Using condition_variable requires us to hold same mutex lock on m...Sven Gothel2021-12-051-4/+3
* latch: Extend with wait_for() and arrive_and_wait_for(), i.e. add variants wi...Sven Gothel2021-11-161-2/+116
* latch: Fix and add unit testSven Gothel2021-11-161-6/+10
* latch: Move into namespace jauSven Gothel2021-11-161-66/+70
* Add jau::latch implementation for C++17, inspired by std::latch C++20Sven Gothel2021-11-161-0/+112