Ivan Le Lann

Results 3 issues of Ivan Le Lann

I just fell on "Clang-Tidy: Use of a signed integer operand with a binary bitwise operator" warning. Point is, I was writing 8bit **unsigned** integer expressions from my point of...

Hello, following code crashes with a SIGSEGV: ``` auto answer = []() -> cppcoro::generator { co_yield 42; }(); for (auto i : answer) { std::cout

replaced with either this_thread::sleep_* condition_variable for audio read/write loop this reduces usage from "around 16%" (on a recent 16t CPU, thus a 2.5 threads load) to a nicer "around 0.7%"