On 8/22/22 12:26, RĂ©mi Bernon wrote:
- HANDLE stream_thread;
- CRITICAL_SECTION stream_cs;
- CONDITION_VARIABLE stream_cv;
- HANDLE callback_thread;
- CRITICAL_SECTION callback_cs;
- CONDITION_VARIABLE callback_cv;
What's the point of this change? I don't see how this is an improvement.