Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -0/+7 |
* | Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut... | Sven Gothel | 2022-05-01 | 1 | -25/+41 |
* | jau:latch::wait_for(..): Reuse absolute timeout time_point, don't wait for an... | Sven Gothel | 2021-12-05 | 1 | -3/+6 |
* | jau::latch: Using condition_variable requires us to hold same mutex lock on m... | Sven Gothel | 2021-12-05 | 1 | -4/+3 |
* | latch: Extend with wait_for() and arrive_and_wait_for(), i.e. add variants wi... | Sven Gothel | 2021-11-16 | 1 | -2/+116 |
* | latch: Fix and add unit test | Sven Gothel | 2021-11-16 | 1 | -6/+10 |
* | latch: Move into namespace jau | Sven Gothel | 2021-11-16 | 1 | -66/+70 |
* | Add jau::latch implementation for C++17, inspired by std::latch C++20 | Sven Gothel | 2021-11-16 | 1 | -0/+112 |