An adaptor layer for Pthread, C11, and C++11 threads compatibility
As my next spare-time project, I’m considering writing a suite of compatibility header and associated library, that eases the transition from Single Unix Specification v4 to v5 and C11/C17 to C2X. C++ will not be my concern, but it adds to the discussion.
Pthread, C2X, and C++11 thread (in)compatibility
As my next spare-time project, I’m considering writing a suite of compatibility header and associated library, that eases the transition from Single Unix Specification v4 to v5 and C11/C17 to C2X. C++ will not be my concern, but it adds to the discussion.
pthread_cancel on blocking read doesn’t work
Simple code snippet hanging forever: